Class IntBlockPool.Allocator

    • Field Detail

      • blockSize

        protected final int blockSize
    • Constructor Detail

      • Allocator

        protected Allocator​(int blockSize)
    • Method Detail

      • recycleIntBlocks

        public abstract void recycleIntBlocks​(int[][] blocks,
                                              int start,
                                              int end)
      • getIntBlock

        public int[] getIntBlock()