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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.type.ObjectPool
borrow, giveBack
-
Field Details
-
myArrayLength
private final int myArrayLength
-
-
Constructor Details
-
IntArrayPool
IntArrayPool(int arrayLength)
-
-
Method Details
-
newObject
protected int[] newObject()- Specified by:
newObject
in classObjectPool<int[]>
-
reset
protected void reset(int[] object) - Specified by:
reset
in classObjectPool<int[]>
-