Interface TarjanStronglyConnectedComponents.IndexGenerator

All Known Implementing Classes:
TarjanStronglyConnectedComponents.IntegerIndexGenerator
Enclosing class:
TarjanStronglyConnectedComponents

public static interface TarjanStronglyConnectedComponents.IndexGenerator
Defines objects able to generator index.
  • Method Summary

    Modifier and Type Method Description
    Object nextIndex()
    Create a new index.
  • Method Details

    • nextIndex

      Object nextIndex()
      Create a new index.
      Returns:
      a new index object that has to be unique according to previous indexes.