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 class
private static final class
protected static class
protected static class
private static final class
protected static class
private static final class
protected static class
protected static class
private static final class
private static class
protected static class
private static final class
protected static class
protected static class
private static final class
Fields in io.usethesource.capsule.core declared as NodeModifier and TypeFieldDescriptionprotected Node
AbstractTrieSetMultimap.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 TypeClassDescriptionclass
BottomUpImmutableNodeTransformer<SN extends Node,
DN extends Node> Bottom Up Trie Transformer, e.g., for combined mapping plus canonicalization of the tree.class
BottomUpImmutableNodeTransformer<SN extends Node,
DN extends Node> Bottom Up Trie Transformer, e.g., for combined mapping plus canonicalization of the tree.class
BottomUpTransientNodeTransformer<SN extends Node,
DN extends Node> Mapper that traverses a trie and converts each node (ofSN
) to a node of typeDN
.class
BottomUpTransientNodeTransformer<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 TypeInterfaceDescriptioninterface
interface
MultimapNode<K,
V, C, R extends MultimapNode<K, V, C, R>> interface
Fields in io.usethesource.capsule.core.trie declared as NodeModifier and TypeFieldDescriptionprivate final DN
BottomUpImmutableNodeTransformer.dstRootNode
private final DN
BottomUpTransientNodeTransformer.dstRootNode
private final DN[]
BottomUpImmutableNodeTransformer.EMPTY_DN_ARRAY
private final SN[]
BottomUpImmutableNodeTransformer.srcNodeStack
Methods 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