Package org.apache.cayenne.ashwood.graph
Class FilterArcIterator<E,V>
java.lang.Object
org.apache.cayenne.ashwood.graph.FilterArcIterator<E,V>
- All Implemented Interfaces:
- Iterator<V>,- ArcIterator<E,V>
public class FilterArcIterator<E,V> extends Object implements ArcIterator<E,V>
- Since:
- 3.1
- 
Constructor SummaryConstructors Constructor Description FilterArcIterator(ArcIterator<E,V> iterator, Predicate<E> acceptOrigin, Predicate<E> acceptDestination, Predicate<V> acceptArc)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details- 
FilterArcIterator
 
- 
- 
Method Details- 
getOrigin- Specified by:
- getOriginin interface- ArcIterator<E,V>
 
- 
getDestination- Specified by:
- getDestinationin interface- ArcIterator<E,V>
 
- 
hasNextpublic boolean hasNext()
- 
next
- 
removepublic void remove()
 
-