@Version("2.3")
Package org.apache.jackrabbit.commons.flat
-
Interface Summary Interface Description NodeSequence Extension ofSequence<Node>
which provides methods for adding and removing nodes by key.PropertySequence Extension ofSequence<Property>
which provides methods for adding and removing properties by key.Sequence<T extends Item> Interface for accessing JCRItem
s sequentially through anIterator
or looking them up through akey
.SizedIterator<T> Deprecated. useSizedIterator
TreeManager TreeTraverser.ErrorHandler Error handler for handlingRepositoryException
s occurring on traversal.TreeTraverser.InclusionPolicy<T extends Item> Inclusion policy to determine which items to include when traversing. -
Class Summary Class Description BTreeManager ThisTreeManager
implementation provides B+-tree like behavior.FilterIterator<T> Deprecated. useFilterIterator
ItemSequence Rank<T> This class does efficient ranking of values of typeT
wrt.TreeTraverser