Package org.jacop.jasat.utils.structures
Class IntTrie.SimpleNode
- java.lang.Object
-
- org.jacop.jasat.utils.structures.IntTrie.Node<IntTrie.SimpleNode>
-
- org.jacop.jasat.utils.structures.IntTrie.SimpleNode
-
- Enclosing class:
- IntTrie<N extends IntTrie.Node<N>>
public static final class IntTrie.SimpleNode extends IntTrie.Node<IntTrie.SimpleNode>
The most simple node possible
-
-
Field Summary
-
Fields inherited from class org.jacop.jasat.utils.structures.IntTrie.Node
negMember, posMember, son0, son1
-
-
Constructor Summary
Constructors Constructor Description SimpleNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntTrie.SimpleNodegetNew()allocate a new value of type E
-
-
-
Method Detail
-
getNew
public IntTrie.SimpleNode getNew()
Description copied from class:IntTrie.Nodeallocate a new value of type E- Specified by:
getNewin classIntTrie.Node<IntTrie.SimpleNode>- Returns:
- the value of type E
-
-