public static class ReversedIteration.ReversedArcIterator<S,T> extends Object implements ArcIterator<S,T>
| Constructor and Description | 
|---|
| ReversedArcIterator(ArcIterator<S,T> wrappedIterator) | 
| Modifier and Type | Method and Description | 
|---|---|
| S | getDestination() | 
| S | getOrigin() | 
| boolean | hasNext() | 
| T | next() | 
| void | remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ReversedArcIterator(ArcIterator<S,T> wrappedIterator)
public S getOrigin()
getOrigin in interface ArcIterator<S,T>public S getDestination()
getDestination in interface ArcIterator<S,T>Copyright © 2001–2023 Apache Cayenne. All rights reserved.