Class FrozenNodeIteratorAdapter
java.lang.Object
org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
org.apache.jackrabbit.commons.iterator.FrozenNodeIteratorAdapter
- All Implemented Interfaces:
Iterator,NodeIterator,RangeIterator
Implements a node iterator that takes a version iterator and returns the
frozen nodes of the underlying versions.
-
Field Summary
Fields inherited from class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
getPosition, getSize, hasNext, next, remove, skipMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
-
Constructor Details
-
FrozenNodeIteratorAdapter
-
-
Method Details
-
nextNode
Returns the nextNodein the iteration.- Specified by:
nextNodein interfaceNodeIterator- Returns:
- the next frozen node.
-