org.grinvin.graphs

Class DefaultGraph.VertexIterator

Enclosing Class:
DefaultGraph
Implemented Interfaces:
Iterator

protected class DefaultGraph.VertexIterator
extends java.lang.Object
implements Iterator

Iterator over all vertices of this graph.

Method Summary

boolean
hasNext()
Vertex
next()
void
remove()

Method Details

hasNext

public boolean hasNext()

next

public Vertex next()

remove

public void remove()