public static class ArcIterator.EmptyIterator<E,V> extends Object implements ArcIterator<E,V>
ArcIterator.EmptyIterator<E,V>
EMPTY_ITERATOR
Constructor and Description |
---|
EmptyIterator() |
Modifier and Type | Method and Description |
---|---|
E |
getDestination() |
E |
getOrigin() |
boolean |
hasNext() |
V |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public E getOrigin()
getOrigin
in interface ArcIterator<E,V>
public E getDestination()
getDestination
in interface ArcIterator<E,V>
Copyright © 2001–2018 Apache Cayenne. All rights reserved.