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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield org.apache.lucene.util.IntBlockPool$Allocator.blockSize:I
2: return
end local 1 end local 0 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 0: aload 0
getfield org.apache.lucene.util.IntBlockPool$Allocator.blockSize:I
newarray 10
areturn
end local 0 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