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>
public class ReversedIteration<E,V> extends Object implements DigraphIteration<E,V>
- Since:
- 3.1
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReversedIteration.ReversedArcIterator<S,T>
-
Constructor Summary
Constructors Constructor Description ReversedIteration(DigraphIteration<E,V> wrappedIteration)
-
Method Summary
Modifier and Type Method Description ArcIterator<E,V>
arcIterator()
ArcIterator<E,V>
incomingIterator(E vertex)
ArcIterator<E,V>
outgoingIterator(E vertex)
Iterator<E>
vertexIterator()
-
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>
-