class org.apache.lucene.index.PointValuesWriter$1 extends org.apache.lucene.codecs.MutablePointValues
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.PointValuesWriter$1
super_class: org.apache.lucene.codecs.MutablePointValues
{
final int[] ords;
descriptor: [I
flags: (0x0010) ACC_FINAL
final org.apache.lucene.index.PointValuesWriter this$0;
descriptor: Lorg/apache/lucene/index/PointValuesWriter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.index.PointValuesWriter);
descriptor: (Lorg/apache/lucene/index/PointValuesWriter;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
aload 0
invokespecial org.apache.lucene.codecs.MutablePointValues.<init>:()V
1: aload 0
aload 1
getfield org.apache.lucene.index.PointValuesWriter.numPoints:I
newarray 10
putfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
2: iconst_0
istore 2
start local 2 3: goto 6
4: StackMap locals: org.apache.lucene.index.PointValuesWriter$1 org.apache.lucene.index.PointValuesWriter int
StackMap stack:
aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
iload 2
iload 2
iastore
5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 1
getfield org.apache.lucene.index.PointValuesWriter.numPoints:I
if_icmplt 4
end local 2 7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
3 7 2 i I
MethodParameters:
Name Flags
this$0 final
public void intersect(org.apache.lucene.index.PointValues$IntersectVisitor);
descriptor: (Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: new org.apache.lucene.util.BytesRef
dup
invokespecial org.apache.lucene.util.BytesRef.<init>:()V
astore 2
start local 2 1: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.packedBytesLength:I
newarray 8
astore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 9
4: StackMap locals: org.apache.lucene.util.BytesRef byte[] int
StackMap stack:
aload 0
iload 4
aload 2
invokevirtual org.apache.lucene.index.PointValuesWriter$1.getValue:(ILorg/apache/lucene/util/BytesRef;)V
5: getstatic org.apache.lucene.index.PointValuesWriter.$assertionsDisabled:Z
ifne 6
aload 2
getfield org.apache.lucene.util.BytesRef.length:I
aload 3
arraylength
if_icmpeq 6
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
6: StackMap locals:
StackMap stack:
aload 2
getfield org.apache.lucene.util.BytesRef.bytes:[B
aload 2
getfield org.apache.lucene.util.BytesRef.offset:I
aload 3
iconst_0
aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.packedBytesLength:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
7: aload 1
aload 0
iload 4
invokevirtual org.apache.lucene.index.PointValuesWriter$1.getDocID:(I)I
aload 3
invokeinterface org.apache.lucene.index.PointValues$IntersectVisitor.visit:(I[B)V
8: iinc 4 1
StackMap locals:
StackMap stack:
9: iload 4
aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.numPoints:I
if_icmplt 4
end local 4 10: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
0 11 1 visitor Lorg/apache/lucene/index/PointValues$IntersectVisitor;
1 11 2 scratch Lorg/apache/lucene/util/BytesRef;
2 11 3 packedValue [B
3 10 4 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
visitor
public long estimatePointCount(org.apache.lucene.index.PointValues$IntersectVisitor);
descriptor: (Lorg/apache/lucene/index/PointValues$IntersectVisitor;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
0 1 1 visitor Lorg/apache/lucene/index/PointValues$IntersectVisitor;
MethodParameters:
Name Flags
visitor
public byte[] getMinPackedValue();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
public byte[] getMaxPackedValue();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
public int getNumDimensions();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
public int getNumIndexDimensions();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
public int getBytesPerDimension();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
public long size();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.numPoints:I
i2l
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
public int getDocCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.numDocs:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
public void swap(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
iload 1
iaload
istore 3
start local 3 1: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
iload 1
aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
iload 2
iaload
iastore
2: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
iload 2
iload 3
iastore
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
0 4 1 i I
0 4 2 j I
1 4 3 tmp I
MethodParameters:
Name Flags
i
j
public int getDocID(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.docIDs:[I
aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
iload 1
iaload
iaload
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
0 1 1 i I
MethodParameters:
Name Flags
i
public void getValue(int, org.apache.lucene.util.BytesRef);
descriptor: (ILorg/apache/lucene/util/BytesRef;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.packedBytesLength:I
i2l
aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
iload 1
iaload
i2l
lmul
lstore 3
start local 3 1: aload 2
aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.packedBytesLength:I
putfield org.apache.lucene.util.BytesRef.length:I
2: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.bytes:Lorg/apache/lucene/util/ByteBlockPool;
aload 2
lload 3
invokevirtual org.apache.lucene.util.ByteBlockPool.setRawBytesRef:(Lorg/apache/lucene/util/BytesRef;J)V
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
0 4 1 i I
0 4 2 packedValue Lorg/apache/lucene/util/BytesRef;
1 4 3 offset J
MethodParameters:
Name Flags
i
packedValue
public byte getByteAt(int, int);
descriptor: (II)B
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.packedBytesLength:I
i2l
aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
iload 1
iaload
i2l
lmul
iload 2
i2l
ladd
lstore 3
start local 3 1: aload 0
getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
getfield org.apache.lucene.index.PointValuesWriter.bytes:Lorg/apache/lucene/util/ByteBlockPool;
lload 3
invokevirtual org.apache.lucene.util.ByteBlockPool.readByte:(J)B
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/PointValuesWriter$1;
0 2 1 i I
0 2 2 k I
1 2 3 offset J
MethodParameters:
Name Flags
i
k
}
SourceFile: "PointValuesWriter.java"
EnclosingMethod: org.apache.lucene.index.PointValuesWriter.flush:(Lorg/apache/lucene/index/SegmentWriteState;Lorg/apache/lucene/index/Sorter$DocMap;Lorg/apache/lucene/codecs/PointsWriter;)V
NestHost: org.apache.lucene.index.PointValuesWriter
InnerClasses:
public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues
org.apache.lucene.index.PointValuesWriter$1
abstract DocMap = org.apache.lucene.index.Sorter$DocMap of org.apache.lucene.index.Sorter