| Modifier and Type | Field and Description |
|---|---|
protected javax.jcr.NodeIterator |
base |
protected Predicate |
filter |
| Constructor and Description |
|---|
FilteringNodeIterator(javax.jcr.NodeIterator base,
Predicate filter) |
protected final javax.jcr.NodeIterator base
protected final Predicate filter
public FilteringNodeIterator(javax.jcr.NodeIterator base,
Predicate filter)
public boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
next in interface IteratorIterator.next()public void remove()
remove in interface IteratorIterator.remove()public javax.jcr.Node nextNode()
nextNode in interface javax.jcr.NodeIteratorNodeIterator.nextNode()public void skip(long skipNum)
skip in interface javax.jcr.RangeIteratorRangeIterator.skip(long)public long getSize()
getSize in interface javax.jcr.RangeIteratorRangeIterator.getSize()public long getPosition()
getPosition in interface javax.jcr.RangeIteratorRangeIterator.getPosition()protected javax.jcr.Node seekNext()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.