Package org.apache.jackrabbit.oak.plugins.tree.impl
-
Interface Summary Interface Description ImmutableTree.ParentProvider -
Class Summary Class Description AbstractMutableTree AbstractMutableTree
extendsAbstractTree
with implementations for most write methods ofTree
.AbstractTree AbstractTree
provides default implementations for most read methods ofTree
.ImmutableTree Immutable implementation of theTree
interface in order to provide the much feature rich API functionality for a givenNodeState
.ImmutableTree.DefaultParentProvider NodeBuilderTree A mutableTree
implementation based on an underlyingNodeBuilder
, which tracks all changes recorded through this tree's mutator methods.OrderedChildnameIterator Return the childrenNames in the order defined by the orderedChildren iterator, and merges it with the existing children defined by allChildren.RootProviderService TreeProviderService