Uses of Class
eu.bandm.tools.ops.Trie.Node
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Trie.Node in eu.bandm.tools.ops
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)
.