Package org.apache.cayenne.ashwood.graph
Class ReversedIteration<E,V>
java.lang.Object
org.apache.cayenne.ashwood.graph.ReversedIteration<E,V>
- All Implemented Interfaces:
DigraphIteration<E,
V>
- Since:
- 3.1
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReversedIteration
-
-
Method Details
-
vertexIterator
- Specified by:
vertexIterator
in interfaceDigraphIteration<E,
V>
-
arcIterator
- Specified by:
arcIterator
in interfaceDigraphIteration<E,
V>
-
outgoingIterator
- Specified by:
outgoingIterator
in interfaceDigraphIteration<E,
V>
-
incomingIterator
- Specified by:
incomingIterator
in interfaceDigraphIteration<E,
V>
-