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 classIntTrie<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 classIntMap.MapNodeNode that carries the data needed for a mapstatic classIntTrie.SimpleNodeThe most simple node possibleFields in org.jacop.jasat.utils.structures declared as IntTrie.Node Modifier and Type Field Description private NIntTrie. root
-