Interface GraphTraversal<V>

    • Method Detail

      • iterator

        Iterator<V> iterator​(V startingPoint)
        An iterator to traverse the graph starting at the given vertex
        Parameters:
        startingPoint - the starting point
        Returns:
        the iterator