Uses of Interface
io.usethesource.capsule.core.trie.Node
-
Packages that use Node Package Description io.usethesource.capsule.core io.usethesource.capsule.core.trie -
-
Uses of Node in io.usethesource.capsule.core
Fields in io.usethesource.capsule.core declared as Node Modifier and Type Field Description protected NodeAbstractTrieSetMultimap.AbstractSetMultimapIterator. currentValueNode(package private) Node[]AbstractTrieSetMultimap.AbstractSetMultimapIterator. nodes -
Uses of Node in io.usethesource.capsule.core.trie
Classes in io.usethesource.capsule.core.trie with type parameters of type Node Modifier and Type Class Description classBottomUpImmutableNodeTransformer<SN extends Node,DN extends Node>Bottom Up Trie Transformer, e.g., for combined mapping plus canonicalization of the tree.classBottomUpImmutableNodeTransformer<SN extends Node,DN extends Node>Bottom Up Trie Transformer, e.g., for combined mapping plus canonicalization of the tree.classBottomUpTransientNodeTransformer<SN extends Node,DN extends Node>Mapper that traverses a trie and converts each node (ofSN) to a node of typeDN.classBottomUpTransientNodeTransformer<SN extends Node,DN extends Node>Mapper that traverses a trie and converts each node (ofSN) to a node of typeDN.Subinterfaces of Node in io.usethesource.capsule.core.trie Modifier and Type Interface Description interfaceMapNode<K,V,R extends MapNode<K,V,R>>interfaceMultimapNode<K,V,C,R extends MultimapNode<K,V,C,R>>interfaceSetNode<K,R extends SetNode<K,R>>Fields in io.usethesource.capsule.core.trie declared as Node Modifier and Type Field Description private DNBottomUpImmutableNodeTransformer. dstRootNodeprivate DNBottomUpTransientNodeTransformer. dstRootNodeprivate DN[]BottomUpImmutableNodeTransformer. EMPTY_DN_ARRAYprivate SN[]BottomUpImmutableNodeTransformer. srcNodeStackMethods in io.usethesource.capsule.core.trie with type parameters of type Node Modifier and Type Method Description (package private) static <SN extends Node,DN extends Node>
DNBottomUpImmutableNodeTransformer. applyNodeTransformation(SN rootNode, java.util.function.BiFunction<SN,DN[],DN> nodeMapper, java.util.function.IntFunction<DN[]> arrayConstructor)(package private) static <SN extends Node,DN extends Node>
DNBottomUpImmutableNodeTransformer. applyNodeTransformation(SN rootNode, java.util.function.BiFunction<SN,DN[],DN> nodeMapper, java.util.function.IntFunction<DN[]> arrayConstructor)Methods in io.usethesource.capsule.core.trie that return types with arguments of type Node Modifier and Type Method Description ArrayView<? extends Node>Node. nodeArray()
-