public class FilterArcIterator<E,V> extends Object implements ArcIterator<E,V>
ArcIterator.EmptyIterator<E,V>EMPTY_ITERATOR| Constructor and Description |
|---|
FilterArcIterator(ArcIterator<E,V> iterator,
org.apache.commons.collections.Predicate acceptOrigin,
org.apache.commons.collections.Predicate acceptDestination,
org.apache.commons.collections.Predicate acceptArc) |
public FilterArcIterator(ArcIterator<E,V> iterator, org.apache.commons.collections.Predicate acceptOrigin, org.apache.commons.collections.Predicate acceptDestination, org.apache.commons.collections.Predicate acceptArc)
public E getOrigin()
getOrigin in interface ArcIterator<E,V>public E getDestination()
getDestination in interface ArcIterator<E,V>Copyright © 2001–2014 Apache Cayenne. All rights reserved.