org.apache.cayenne.ashwood.graph
Class ReversedIteration.ReversedArcIterator<S,T>
java.lang.Object
org.apache.cayenne.ashwood.graph.ReversedIteration.ReversedArcIterator<S,T>
- All Implemented Interfaces:
- Iterator<T>, ArcIterator<S,T>
- Enclosing class:
- ReversedIteration<E,V>
public static class ReversedIteration.ReversedArcIterator<S,T>
- extends Object
- implements ArcIterator<S,T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReversedIteration.ReversedArcIterator
public ReversedIteration.ReversedArcIterator(ArcIterator<S,T> wrappedIterator)
getOrigin
public S getOrigin()
- Specified by:
getOrigin
in interface ArcIterator<S,T>
getDestination
public S getDestination()
- Specified by:
getDestination
in interface ArcIterator<S,T>
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<T>
next
public T next()
- Specified by:
next
in interface Iterator<T>
remove
public void remove()
- Specified by:
remove
in interface Iterator<T>
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.