Interface | Description |
---|---|
SizedIterator<T> |
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 specified
filter . |
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
- Use
JcrUtils.in(NodeIterator) instead |
NodeIteratorAdapter | |
NodeTypeIteratorAdapter | |
PropertyIterable | Deprecated
- Use
JcrUtils.in(PropertyIterator) instead |
PropertyIteratorAdapter | |
RangeIteratorAdapter |
Adapter for turning normal
Iterator s into RangeIterator s. |
RangeIteratorDecorator |
Base class for decorating
RangeIterator s. |
RowIterable | Deprecated
- Use
JcrUtils.in(RowIterator) instead |
RowIteratorAdapter | |
VersionIteratorAdapter |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.