@Version("2.4.0")
Package org.apache.jackrabbit.commons.iterator
-
Interface Summary Interface Description SizedIterator<T> SizedIterator
extendsIterator
with agetSize
method. -
Class Summary Class Description AbstractLazyIterator<T> AbstractLazyIterator
provides basic iteration methods for a lazy loading iterator that does not support remove.AccessControlPolicyIteratorAdapter EventIteratorAdapter EventListenerIteratorAdapter FilteredRangeIterator Filtering decorator for iterators.FilteringNodeIterator A wrapper around a NodeIterator filtering out nodes from the base iterator that don't match the specifiedfilter
.FilterIterator<T> Iterator filtering out items which do not match a given predicate.FrozenNodeIteratorAdapter Implements a node iterator that takes a version iterator and returns the frozen nodes of the underlying versions.LazyIteratorChain<T> This class implements the concatenation of iterators.NodeIterable Deprecated. - UseJcrUtils.in(NodeIterator)
insteadNodeIteratorAdapter NodeTypeIteratorAdapter PropertyIterable Deprecated. - UseJcrUtils.in(PropertyIterator)
insteadPropertyIteratorAdapter RangeIteratorAdapter Adapter for turning normalIterator
s intoRangeIterator
s.RangeIteratorDecorator Base class for decoratingRangeIterator
s.RowIterable Deprecated. - UseJcrUtils.in(RowIterator)
insteadRowIteratorAdapter VersionIteratorAdapter