public final class org.apache.lucene.util.IntBlockPool$DirectAllocator extends org.apache.lucene.util.IntBlockPool$Allocator
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.util.IntBlockPool$DirectAllocator
super_class: org.apache.lucene.util.IntBlockPool$Allocator
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
sipush 8192
invokespecial org.apache.lucene.util.IntBlockPool$Allocator.<init>:(I)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/util/IntBlockPool$DirectAllocator;
public void recycleIntBlocks(int[][], int, int);
descriptor: ([[III)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/util/IntBlockPool$DirectAllocator;
0 1 1 blocks [[I
0 1 2 start I
0 1 3 end I
MethodParameters:
Name Flags
blocks
start
end
}
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
public final DirectAllocator = org.apache.lucene.util.IntBlockPool$DirectAllocator of org.apache.lucene.util.IntBlockPool