Class DepthFirstSearchGraphIterator<V,​E>

  • Type Parameters:
    V - the type of the decorated vertex value
    E - the type of the decorated edge value
    All Implemented Interfaces:
    Iterator<Vertex<V,​E>>

    public class DepthFirstSearchGraphIterator<V,​E>
    extends Object
    implements Iterator<Vertex<V,​E>>

    Depth first search iteration strategy for graphs

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • DepthFirstSearchGraphIterator

        public DepthFirstSearchGraphIterator​(Graph<V,​E> graph)
        Parameters:
        graph - the graph to be iterated