@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 javax.jcr.Item> Interface for accessing JCRItems sequentially through anIteratoror looking them up through akey.SizedIterator<T> Deprecated. useSizedIteratorTreeManager TreeManager instances are responsible for the mapping between sequence views ofNodes andPropertys and an hierarchical JCR representation.TreeTraverser.ErrorHandler Error handler for handlingRepositoryExceptions occurring on traversal.TreeTraverser.InclusionPolicy<T extends javax.jcr.Item> Inclusion policy to determine which items to include when traversing. - 
Class Summary Class Description BTreeManager ThisTreeManagerimplementation provides B+-tree like behavior.FilterIterator<T> Deprecated. useFilterIteratorItemSequence This class serves as main entry point for obtaining sequences ofNodes andPropertys.Rank<T> This class does efficient ranking of values of typeTwrt.TreeTraverser Utility class for traversing theItems of a JCR hierarchy rooted at a specificNode.