Uses of Interface
org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
Packages that use ChildNodeEntry
Package
Description
Internal utilities and implementation of a memory-based store.
-
Uses of ChildNodeEntry in org.apache.jackrabbit.oak.plugins.memory
Classes in org.apache.jackrabbit.oak.plugins.memory that implement ChildNodeEntryModifier and TypeClassDescriptionclassBasic JavaBean implementation of a child node entry.Methods in org.apache.jackrabbit.oak.plugins.memory that return types with arguments of type ChildNodeEntryModifier and TypeMethodDescription@NotNull Iterable<? extends ChildNodeEntry>EmptyNodeState.getChildNodeEntries()@NotNull Iterable<? extends ChildNodeEntry>ModifiedNodeState.getChildNodeEntries()static <E extends Map.Entry<String,? extends NodeState>>
Iterable<ChildNodeEntry> -
Uses of ChildNodeEntry in org.apache.jackrabbit.oak.spi.state
Classes in org.apache.jackrabbit.oak.spi.state that implement ChildNodeEntryMethods in org.apache.jackrabbit.oak.spi.state that return types with arguments of type ChildNodeEntryModifier and TypeMethodDescription@NotNull Iterable<? extends ChildNodeEntry>NodeState.getChildNodeEntries()Returns the iterable child node entries of this instance.