public class FilterArcIterator<E,V> extends Object implements ArcIterator<E,V>
Constructor and Description |
---|
FilterArcIterator(ArcIterator<E,V> iterator,
Predicate<E> acceptOrigin,
Predicate<E> acceptDestination,
Predicate<V> acceptArc) |
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–2019 Apache Cayenne. All rights reserved.