Package org.jacop.jasat.utils.structures
Class IntMap.MapNode
- java.lang.Object
-
- org.jacop.jasat.utils.structures.IntTrie.Node<IntMap.MapNode>
-
- org.jacop.jasat.utils.structures.IntMap.MapNode
-
private final class IntMap.MapNode extends IntTrie.Node<IntMap.MapNode>
Node that carries the data needed for a map
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MapNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntMap.MapNode
getNew()
allocate a new value of type E
-
-
-
Method Detail
-
getNew
public IntMap.MapNode getNew()
Description copied from class:IntTrie.Node
allocate a new value of type E- Specified by:
getNew
in classIntTrie.Node<IntMap.MapNode>
- Returns:
- the value of type E
-
-