Class NodeMap<T>
java.lang.Object
org.apache.jackrabbit.oak.composite.NodeMap<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> NodeMap<T>
create
(Map<MountedNodeStore, T> nodes) get
(MountedNodeStore nodeStore) <R> NodeMap<R>
getAndApply
(BiFunction<MountedNodeStore, T, R> function) <R> NodeMap<R>
lazyApply
(BiFunction<MountedNodeStore, T, R> function) replaceNode
(MountedNodeStore nodeStore, T node)
-
Method Details
-
create
-
get
-
getAndApply
-
lazyApply
-
replaceNode
-