Uses of Package
org.apache.jackrabbit.oak.plugins.tree.impl
-
Packages that use org.apache.jackrabbit.oak.plugins.tree.impl Package Description org.apache.jackrabbit.oak.core org.apache.jackrabbit.oak.plugins.tree.impl -
Classes in org.apache.jackrabbit.oak.plugins.tree.impl used by org.apache.jackrabbit.oak.core Class Description ImmutableTree Immutable implementation of theTreeinterface in order to provide the much feature rich API functionality for a givenNodeState. -
Classes in org.apache.jackrabbit.oak.plugins.tree.impl used by org.apache.jackrabbit.oak.plugins.tree.impl Class Description AbstractMutableTree AbstractMutableTreeextendsAbstractTreewith implementations for most write methods ofTree.AbstractTree AbstractTreeprovides default implementations for most read methods ofTree.ImmutableTree Immutable implementation of theTreeinterface in order to provide the much feature rich API functionality for a givenNodeState.ImmutableTree.ParentProvider NodeBuilderTree A mutableTreeimplementation based on an underlyingNodeBuilder, which tracks all changes recorded through this tree's mutator methods.