public abstract class org.apache.lucene.util.IntBlockPool$Allocator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.util.IntBlockPool$Allocator
  super_class: java.lang.Object
{
  protected final int blockSize;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.IntBlockPool$Allocator this
        start local 1 // int blockSize
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            iload 1 /* blockSize */
            putfield org.apache.lucene.util.IntBlockPool$Allocator.blockSize:I
         2: .line 38
            return
        end local 1 // int blockSize
        end local 0 // org.apache.lucene.util.IntBlockPool$Allocator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/lucene/util/IntBlockPool$Allocator;
            0    3     1  blockSize  I
    MethodParameters:
           Name  Flags
      blockSize  

  public abstract void recycleIntBlocks(int[][], int, int);
    descriptor: ([[III)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      blocks  
      start   
      end     

  public int[] getIntBlock();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.IntBlockPool$Allocator this
         0: .line 43
            aload 0 /* this */
            getfield org.apache.lucene.util.IntBlockPool$Allocator.blockSize:I
            newarray 10
            areturn
        end local 0 // org.apache.lucene.util.IntBlockPool$Allocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/IntBlockPool$Allocator;
}
SourceFile: "IntBlockPool.java"
NestHost: org.apache.lucene.util.IntBlockPool
InnerClasses:
  public abstract Allocator = org.apache.lucene.util.IntBlockPool$Allocator of org.apache.lucene.util.IntBlockPool