public class NodeIteratorImpl extends RangeIteratorImpl implements JCRNodeIteratorWrapper
javax.jcr.NodeIterator.| Modifier and Type | Field and Description |
|---|---|
static NodeIteratorImpl |
EMPTY |
| Constructor and Description |
|---|
NodeIteratorImpl(Iterator<JCRNodeWrapper> iterator,
long size) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<JCRNodeWrapper> |
iterator() |
javax.jcr.Node |
nextNode() |
getPosition, getSize, hasNext, next, remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removeforEach, spliteratorpublic static final NodeIteratorImpl EMPTY
public NodeIteratorImpl(Iterator<JCRNodeWrapper> iterator, long size)
public javax.jcr.Node nextNode()
nextNode in interface javax.jcr.NodeIteratorpublic Iterator<JCRNodeWrapper> iterator()
iterator in interface Iterable<JCRNodeWrapper>Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.