Uses of Interface
org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
-
Packages that use ChildNodeEntry Package Description org.apache.jackrabbit.oak.plugins.memory org.apache.jackrabbit.oak.spi.state -
-
Uses of ChildNodeEntry in org.apache.jackrabbit.oak.plugins.memory
Classes in org.apache.jackrabbit.oak.plugins.memory that implement ChildNodeEntry Modifier and Type Class Description classMemoryChildNodeEntryBasic JavaBean implementation of a child node entry.Methods in org.apache.jackrabbit.oak.plugins.memory that return types with arguments of type ChildNodeEntry Modifier and Type Method Description @NotNull Iterable<? extends ChildNodeEntry>EmptyNodeState. getChildNodeEntries()@NotNull Iterable<? extends ChildNodeEntry>ModifiedNodeState. getChildNodeEntries()static <E extends Map.Entry<String,? extends NodeState>>
Iterable<ChildNodeEntry>MemoryChildNodeEntry. iterable(Iterable<E> set) -
Uses of ChildNodeEntry in org.apache.jackrabbit.oak.spi.state
Classes in org.apache.jackrabbit.oak.spi.state that implement ChildNodeEntry Modifier and Type Class Description classAbstractChildNodeEntryAbstract base class forChildNodeEntryimplementations.Fields in org.apache.jackrabbit.oak.spi.state with type parameters of type ChildNodeEntry Modifier and Type Field Description static Function<ChildNodeEntry,String>ChildNodeEntry. GET_NAMEMapping from a ChildNodeEntry instance to its name.Methods in org.apache.jackrabbit.oak.spi.state that return types with arguments of type ChildNodeEntry Modifier and Type Method Description @NotNull Iterable<? extends ChildNodeEntry>NodeState. getChildNodeEntries()Returns the iterable child node entries of this instance.
-