Package org.apache.cayenne.ashwood.graph
Class FilterIteration<E,V>
java.lang.Object
org.apache.cayenne.ashwood.graph.FilterIteration<E,V>
- All Implemented Interfaces:
- DigraphIteration<E,V>
public class FilterIteration<E,V> extends Object implements DigraphIteration<E,V>
- Since:
- 3.1
- 
Constructor SummaryConstructors Constructor Description FilterIteration(DigraphIteration<E,V> digraph, Predicate<E> acceptVertex, Predicate<V> acceptArc)
- 
Method SummaryModifier and Type Method Description ArcIterator<E,V>arcIterator()ArcIterator<E,V>incomingIterator(E vertex)ArcIterator<E,V>outgoingIterator(E vertex)Iterator<E>vertexIterator()
- 
Constructor Details- 
FilterIteration
 
- 
- 
Method Details- 
vertexIterator- Specified by:
- vertexIteratorin interface- DigraphIteration<E,V>
 
- 
arcIterator- Specified by:
- arcIteratorin interface- DigraphIteration<E,V>
 
- 
outgoingIterator- Specified by:
- outgoingIteratorin interface- DigraphIteration<E,V>
 
- 
incomingIterator- Specified by:
- incomingIteratorin interface- DigraphIteration<E,V>
 
 
-