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 classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classFields in io.usethesource.capsule.core declared as NodeModifier and TypeFieldDescriptionprotected NodeAbstractTrieSetMultimap.AbstractSetMultimapIterator.currentValueNodeprotected NodeAbstractTrieSetMultimap.AbstractSetMultimapIterator.currentValueNodeprotected NodeAbstractTrieSetMultimap.AbstractSetMultimapIterator.currentValueNodeprotected NodeAbstractTrieSetMultimap.AbstractSetMultimapIterator.currentValueNodeprotected NodeAbstractTrieSetMultimap.AbstractSetMultimapIterator.currentValueNodeprotected NodeAbstractTrieSetMultimap.AbstractSetMultimapIterator.currentValueNodeprotected NodeAbstractTrieSetMultimap.AbstractSetMultimapIterator.currentValueNode -
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>> interfaceMethods in io.usethesource.capsule.core.trie that return types with arguments of type Node