Package org.apache.jackrabbit.commons.iterator
@Version("2.4.0")
package org.apache.jackrabbit.commons.iterator
-
ClassDescription
AbstractLazyIterator
provides basic iteration methods for a lazy loading iterator that does not support remove.Filtering decorator for iterators.A wrapper around a NodeIterator filtering out nodes from the base iterator that don't match the specifiedfilter
.Iterator filtering out items which do not match a given predicate.Implements a node iterator that takes a version iterator and returns the frozen nodes of the underlying versions.This class implements the concatenation of iterators.Deprecated.Deprecated.- UseJcrUtils.in(PropertyIterator)
insteadAdapter for turning normalIterator
s intoRangeIterator
s.Base class for decoratingRangeIterator
s.Deprecated.- UseJcrUtils.in(RowIterator)
instead
JcrUtils.in(NodeIterator)
instead