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 // org.apache.lucene.index.PointValuesWriter$1 this
         0: .line 73
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
            aload 0 /* this */
            invokespecial org.apache.lucene.codecs.MutablePointValues.<init>:()V
         1: .line 74
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.index.PointValuesWriter.numPoints:I
            newarray 10
            putfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
         2: .line 76
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 77
      StackMap locals: org.apache.lucene.index.PointValuesWriter$1 org.apache.lucene.index.PointValuesWriter int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
            iload 2 /* i */
            iload 2 /* i */
            iastore
         5: .line 76
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1
            getfield org.apache.lucene.index.PointValuesWriter.numPoints:I
            if_icmplt 4
        end local 2 // int i
         7: .line 73
            return
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
        start local 1 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
         0: .line 83
            new org.apache.lucene.util.BytesRef
            dup
            invokespecial org.apache.lucene.util.BytesRef.<init>:()V
            astore 2 /* scratch */
        start local 2 // org.apache.lucene.util.BytesRef scratch
         1: .line 84
            aload 0 /* this */
            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 /* packedValue */
        start local 3 // byte[] packedValue
         2: .line 85
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 9
         4: .line 86
      StackMap locals: org.apache.lucene.util.BytesRef byte[] int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            aload 2 /* scratch */
            invokevirtual org.apache.lucene.index.PointValuesWriter$1.getValue:(ILorg/apache/lucene/util/BytesRef;)V
         5: .line 87
            getstatic org.apache.lucene.index.PointValuesWriter.$assertionsDisabled:Z
            ifne 6
            aload 2 /* scratch */
            getfield org.apache.lucene.util.BytesRef.length:I
            aload 3 /* packedValue */
            arraylength
            if_icmpeq 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 88
      StackMap locals:
      StackMap stack:
            aload 2 /* scratch */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 2 /* scratch */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 3 /* packedValue */
            iconst_0
            aload 0 /* this */
            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: .line 89
            aload 1 /* visitor */
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual org.apache.lucene.index.PointValuesWriter$1.getDocID:(I)I
            aload 3 /* packedValue */
            invokeinterface org.apache.lucene.index.PointValues$IntersectVisitor.visit:(I[B)V
         8: .line 85
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 0 /* this */
            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 // int i
        10: .line 91
            return
        end local 3 // byte[] packedValue
        end local 2 // org.apache.lucene.util.BytesRef scratch
        end local 1 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
        start local 1 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
         0: .line 95
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
         0: .line 100
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
         0: .line 105
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
         0: .line 110
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
         0: .line 115
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
         0: .line 120
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
         0: .line 125
            aload 0 /* this */
            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 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
         0: .line 130
            aload 0 /* this */
            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 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
        start local 1 // int i
        start local 2 // int j
         0: .line 135
            aload 0 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
            iload 1 /* i */
            iaload
            istore 3 /* tmp */
        start local 3 // int tmp
         1: .line 136
            aload 0 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
            iload 2 /* j */
            iaload
            iastore
         2: .line 137
            aload 0 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
            iload 2 /* j */
            iload 3 /* tmp */
            iastore
         3: .line 138
            return
        end local 3 // int tmp
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
        start local 1 // int i
         0: .line 142
            aload 0 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.this$0:Lorg/apache/lucene/index/PointValuesWriter;
            getfield org.apache.lucene.index.PointValuesWriter.docIDs:[I
            aload 0 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
            iload 1 /* i */
            iaload
            iaload
            ireturn
        end local 1 // int i
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
        start local 1 // int i
        start local 2 // org.apache.lucene.util.BytesRef packedValue
         0: .line 147
            aload 0 /* this */
            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 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
            iload 1 /* i */
            iaload
            i2l
            lmul
            lstore 3 /* offset */
        start local 3 // long offset
         1: .line 148
            aload 2 /* packedValue */
            aload 0 /* this */
            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: .line 149
            aload 0 /* this */
            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 /* packedValue */
            lload 3 /* offset */
            invokevirtual org.apache.lucene.util.ByteBlockPool.setRawBytesRef:(Lorg/apache/lucene/util/BytesRef;J)V
         3: .line 150
            return
        end local 3 // long offset
        end local 2 // org.apache.lucene.util.BytesRef packedValue
        end local 1 // int i
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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 // org.apache.lucene.index.PointValuesWriter$1 this
        start local 1 // int i
        start local 2 // int k
         0: .line 154
            aload 0 /* this */
            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 /* this */
            getfield org.apache.lucene.index.PointValuesWriter$1.ords:[I
            iload 1 /* i */
            iaload
            i2l
            lmul
            iload 2 /* k */
            i2l
            ladd
            lstore 3 /* offset */
        start local 3 // long offset
         1: .line 155
            aload 0 /* this */
            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 /* offset */
            invokevirtual org.apache.lucene.util.ByteBlockPool.readByte:(J)B
            ireturn
        end local 3 // long offset
        end local 2 // int k
        end local 1 // int i
        end local 0 // org.apache.lucene.index.PointValuesWriter$1 this
      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