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 SummaryNested Classes Modifier and Type Class Description static classReversedIteration.ReversedArcIterator<S,T>
- 
Constructor SummaryConstructors Constructor Description ReversedIteration(DigraphIteration<E,V> wrappedIteration)
- 
Method SummaryModifier 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:
- vertexIteratorin interface- DigraphIteration<E,V>
 
- 
arcIterator- Specified by:
- arcIteratorin interface- DigraphIteration<E,V>
 
- 
outgoingIterator- Specified by:
- outgoingIteratorin interface- DigraphIteration<E,V>
 
- 
incomingIterator- Specified by:
- incomingIteratorin interface- DigraphIteration<E,V>
 
 
-