Package org.ojalgo.optimisation.integer
Class NodeKey.IntArrayPool
- java.lang.Object
-
- org.ojalgo.type.ObjectPool<int[]>
-
- org.ojalgo.optimisation.integer.NodeKey.IntArrayPool
-
- Enclosing class:
- NodeKey
static final class NodeKey.IntArrayPool extends ObjectPool<int[]>
-
-
Field Summary
Fields Modifier and Type Field Description private int
myArrayLength
-
Constructor Summary
Constructors Constructor Description IntArrayPool(int arrayLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int[]
newObject()
protected void
reset(int[] object)
-
Methods inherited from class org.ojalgo.type.ObjectPool
borrow, giveBack
-
-
-
-
Method Detail
-
newObject
protected int[] newObject()
- Specified by:
newObject
in classObjectPool<int[]>
-
reset
protected void reset(int[] object)
- Specified by:
reset
in classObjectPool<int[]>
-
-