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 SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method Summary
- 
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> 
 
 
-