public class PredicatedProxyNodeIterator<T extends Node> extends NodeIterator<T>
current| Constructor and Description |
|---|
PredicatedProxyNodeIterator(Iterator<T> iterator,
NodePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
forward() |
hasNext, next, removeclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PredicatedProxyNodeIterator(Iterator<T> iterator, NodePredicate predicate)
protected void forward()
forward in class NodeIterator<T extends Node>