Uses of Class
org.jacop.jasat.utils.structures.IntTrie.Node
-
Packages that use IntTrie.Node Package Description org.jacop.jasat.utils.structures -
-
Uses of IntTrie.Node in org.jacop.jasat.utils.structures
Classes in org.jacop.jasat.utils.structures with type parameters of type IntTrie.Node Modifier and Type Class Description class
IntTrie<N extends IntTrie.Node<N>>
A class that implements, (hopefully) efficiently, a Trie on integers.Subclasses of IntTrie.Node in org.jacop.jasat.utils.structures Modifier and Type Class Description private class
IntMap.MapNode
Node that carries the data needed for a mapstatic class
IntTrie.SimpleNode
The most simple node possibleFields in org.jacop.jasat.utils.structures declared as IntTrie.Node Modifier and Type Field Description private N
IntTrie. root
-