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 Details

    • myArrayLength

      private final int myArrayLength
  • Constructor Details

    • IntArrayPool

      IntArrayPool(int arrayLength)
  • Method Details

    • newObject

      protected int[] newObject()
      Specified by:
      newObject in class ObjectPool<int[]>
    • reset

      protected void reset(int[] object)
      Specified by:
      reset in class ObjectPool<int[]>