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>>
public abstract static class IntTrie.Node<E> extends java.lang.Object
class of nodes of the Trie. One can subclass this class to add any payload he wants to the nodes.
-
-
Constructor Summary
Constructors Constructor Description Node()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract E
getNew()
allocate a new value of type E
-