Class IntArrayPool

java.lang.Object
com.inductiveautomation.ignition.common.util.IntArrayPool

public class IntArrayPool extends Object
  • Constructor Details

    • IntArrayPool

      public IntArrayPool()
  • Method Details

    • takeArray

      public int[] takeArray(int length)
    • returnArray

      public void returnArray(int[] array)