info.magnolia.jcr.iterator
Class ChainedNodeIterator
java.lang.Object
info.magnolia.jcr.iterator.ChainedNodeIterator
- All Implemented Interfaces:
- Iterator, javax.jcr.NodeIterator, javax.jcr.RangeIterator
public class ChainedNodeIterator
- extends Object
- implements javax.jcr.NodeIterator
An implementation of NodeIterator
which will chain several iterators making them behave like one.
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainedNodeIterator
public ChainedNodeIterator(List<javax.jcr.NodeIterator> iterators)
ChainedNodeIterator
public ChainedNodeIterator(javax.jcr.NodeIterator... iterators)
skip
public void skip(long skipNum)
- Specified by:
skip
in interface javax.jcr.RangeIterator
getSize
public long getSize()
- Specified by:
getSize
in interface javax.jcr.RangeIterator
getPosition
public long getPosition()
- Specified by:
getPosition
in interface javax.jcr.RangeIterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
nextNode
public javax.jcr.Node nextNode()
- Specified by:
nextNode
in interface javax.jcr.NodeIterator
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.