Class IntArrayPool


  • public class IntArrayPool
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IntArrayPool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void returnArray​(int[] array)  
      int[] takeArray​(int length)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntArrayPool

        public IntArrayPool()
    • Method Detail

      • takeArray

        public int[] takeArray​(int length)
      • returnArray

        public void returnArray​(int[] array)