Package org.jacop.jasat.utils.structures
Class IntMap.MapNode
java.lang.Object
org.jacop.jasat.utils.structures.IntTrie.Node<IntMap<E>.MapNode>
org.jacop.jasat.utils.structures.IntMap.MapNode
Node that carries the data needed for a map
-
Field Summary
FieldsFields inherited from class org.jacop.jasat.utils.structures.IntTrie.Node
negMember, posMember, son0, son1
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
MapNode
private MapNode()
-
-
Method Details
-
getNew
Description copied from class:IntTrie.Node
allocate a new value of type E- Specified by:
getNew
in classIntTrie.Node<IntMap<E>.MapNode>
- Returns:
- the value of type E
-