Package org.jacop.jasat.utils.structures
Class IntTrie.Node<E>
java.lang.Object
org.jacop.jasat.utils.structures.IntTrie.Node<E>
- Direct Known Subclasses:
IntMap.MapNode
,IntTrie.SimpleNode
- Enclosing class:
IntTrie<N extends IntTrie.Node<N>>
class of nodes of the Trie. One can subclass this class to add any
payload he wants to the nodes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary