public class ReversedIteration<E,V> extends Object implements DigraphIteration<E,V>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ReversedIteration.ReversedArcIterator<S,T> | 
| Constructor and Description | 
|---|
| ReversedIteration(DigraphIteration<E,V> wrappedIteration) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArcIterator<E,V> | arcIterator() | 
| ArcIterator<E,V> | incomingIterator(E vertex) | 
| ArcIterator<E,V> | outgoingIterator(E vertex) | 
| Iterator<E> | vertexIterator() | 
public ReversedIteration(DigraphIteration<E,V> wrappedIteration)
public Iterator<E> vertexIterator()
vertexIterator in interface DigraphIteration<E,V>public ArcIterator<E,V> arcIterator()
arcIterator in interface DigraphIteration<E,V>public ArcIterator<E,V> outgoingIterator(E vertex)
outgoingIterator in interface DigraphIteration<E,V>public ArcIterator<E,V> incomingIterator(E vertex)
incomingIterator in interface DigraphIteration<E,V>Copyright © 2001–2023 Apache Cayenne. All rights reserved.