Class IntBlockPool.Allocator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int blockSize  
    • Constructor Summary

      Constructors 
      Constructor Description
      Allocator​(int blockSize)  
    • Field Detail

      • blockSize

        protected final int blockSize
    • Constructor Detail

      • Allocator

        public Allocator​(int blockSize)
    • Method Detail

      • recycleIntBlocks

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

        public int[] getIntBlock()