public class FilterIteration<E,V> extends Object implements DigraphIteration<E,V>
| Constructor and Description |
|---|
FilterIteration(DigraphIteration<E,V> digraph,
Predicate<E> acceptVertex,
Predicate<V> acceptArc) |
| Modifier and Type | Method and Description |
|---|---|
ArcIterator<E,V> |
arcIterator() |
ArcIterator<E,V> |
incomingIterator(E vertex) |
ArcIterator<E,V> |
outgoingIterator(E vertex) |
Iterator<E> |
vertexIterator() |
public Iterator<E> vertexIterator()
vertexIterator in interface DigraphIteration<E,V>public ArcIterator<E,V> arcIterator()
arcIterator in interface DigraphIteration<E,V>public ArcIterator<E,V> outgoingIterator(E vertex)
outgoingIterator in interface DigraphIteration<E,V>public ArcIterator<E,V> incomingIterator(E vertex)
incomingIterator in interface DigraphIteration<E,V>Copyright © 2001–2019 Apache Cayenne. All rights reserved.