Uses of Interface
io.usethesource.capsule.core.trie.Node
Packages that use Node
-
Uses of Node in io.usethesource.capsule.core
Classes in io.usethesource.capsule.core that implement NodeModifier and TypeClassDescriptionprotected static classprivate static final classprotected static classprotected static classprivate static final classprotected static classprivate static final classprotected static classprotected static classprivate static final classprivate static classprotected static classprivate static final classprotected static classprotected static classprivate static final classFields in io.usethesource.capsule.core declared as NodeModifier and TypeFieldDescriptionprotected 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 NodeModifier and TypeClassDescriptionclassBottomUpImmutableNodeTransformer<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.trieModifier and TypeInterfaceDescriptioninterfaceinterfaceMultimapNode<K, V, C, R extends MultimapNode<K,V, C, R>> interfaceFields in io.usethesource.capsule.core.trie declared as NodeModifier and TypeFieldDescriptionprivate final DNBottomUpImmutableNodeTransformer.dstRootNodeprivate final DNBottomUpTransientNodeTransformer.dstRootNodeprivate final DN[]BottomUpImmutableNodeTransformer.EMPTY_DN_ARRAYprivate final SN[]BottomUpImmutableNodeTransformer.srcNodeStackMethods in io.usethesource.capsule.core.trie with type parameters of type NodeModifier and TypeMethodDescriptionBottomUpImmutableNodeTransformer.applyNodeTransformation(SN rootNode, BiFunction<SN, DN[], DN> nodeMapper, IntFunction<DN[]> arrayConstructor) BottomUpImmutableNodeTransformer.applyNodeTransformation(SN rootNode, BiFunction<SN, DN[], DN> nodeMapper, IntFunction<DN[]> arrayConstructor) Methods in io.usethesource.capsule.core.trie that return types with arguments of type Node