Package org.geotools.graph.structure.opt
Class OptDirectedEdge.RelatedIterator
Object
RelatedIterator
- Enclosing class:
- OptDirectedEdge
Iterator used to iterate over adjacent edges.
- Author:
- Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net
-
Field Details
-
IN
public static final int INin mode *- See Also:
-
OUT
public static final int OUTout mode *- See Also:
-
BOTH
public static final int BOTHboth mode *- See Also:
-
-
Constructor Details
-
RelatedIterator
public RelatedIterator(int mode) Constructs a new iterator.- Parameters:
mode
- Iteration mode.
-
-
Method Details
-
remove
public void remove()Unsupported Operation. -
hasNext
public boolean hasNext()Determines if there are any more related edges to return. -
next
Returns the next related edge.
-