Uses of Class
eu.bandm.tools.util.Trie.Node
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Trie.Node in eu.bandm.tools.util
Modifier and TypeMethodDescriptionstatic <K extends Comparable<? super K>,
V>
Trie.Node<K,V> protected static <K extends Comparable<? super K>,
V>
Trie.Node<K,V> static <K extends Comparable<? super K>,
V>
Trie.Node<K,V> Trie.Node.singleton
(V pre, K key, V post) Create a cell labelled with the value and having one subnode with given key and post value.Prunes tree at the given maximal depth and inserts the "horizon" element, as defined in the constructor callEvaluator(Monoid,Object,int)
.static <K extends Comparable<? super K>,
V>
Trie.Node<K,V> Trie.Node.unit
(V value) Create a cell labelled with the value and having no subnodes.Modifier and TypeMethodDescriptionboolean
protected <W> W
protected boolean
Prunes tree at the given maximal depth and inserts the "horizon" element, as defined in the constructor callEvaluator(Monoid,Object,int)
.