class org.apache.lucene.spatial3d.Geo3DPointDistanceComparator extends org.apache.lucene.search.FieldComparator<java.lang.Double> implements org.apache.lucene.search.LeafFieldComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial3d.Geo3DPointDistanceComparator
  super_class: org.apache.lucene.search.FieldComparator
{
  final java.lang.String field;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.spatial3d.geom.GeoDistanceShape distanceShape;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoDistanceShape;
    flags: (0x0010) ACC_FINAL

  final double[] values;
    descriptor: [D
    flags: (0x0010) ACC_FINAL

  double bottomDistance;
    descriptor: D
    flags: (0x0000) 

  double topValue;
    descriptor: D
    flags: (0x0000) 

  org.apache.lucene.index.SortedNumericDocValues currentDocs;
    descriptor: Lorg/apache/lucene/index/SortedNumericDocValues;
    flags: (0x0000) 

  org.apache.lucene.spatial3d.geom.XYZBounds priorityQueueBounds;
    descriptor: Lorg/apache/lucene/spatial3d/geom/XYZBounds;
    flags: (0x0000) 

  int setBottomCounter;
    descriptor: I
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            ldc Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, org.apache.lucene.spatial3d.geom.GeoDistanceShape, int);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/spatial3d/geom/GeoDistanceShape;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // java.lang.String field
        start local 2 // org.apache.lucene.spatial3d.geom.GeoDistanceShape distanceShape
        start local 3 // int numHits
         0: .line 56
            aload 0 /* this */
            invokespecial org.apache.lucene.search.FieldComparator.<init>:()V
         1: .line 54
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.setBottomCounter:I
         2: .line 57
            aload 0 /* this */
            aload 1 /* field */
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.field:Ljava/lang/String;
         3: .line 58
            aload 0 /* this */
            aload 2 /* distanceShape */
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.distanceShape:Lorg/apache/lucene/spatial3d/geom/GeoDistanceShape;
         4: .line 59
            aload 0 /* this */
            iload 3 /* numHits */
            newarray 7
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.values:[D
         5: .line 60
            return
        end local 3 // int numHits
        end local 2 // org.apache.lucene.spatial3d.geom.GeoDistanceShape distanceShape
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    6     1          field  Ljava/lang/String;
            0    6     2  distanceShape  Lorg/apache/lucene/spatial3d/geom/GeoDistanceShape;
            0    6     3        numHits  I
    MethodParameters:
               Name  Flags
      field          
      distanceShape  final
      numHits        

  public void setScorer(org.apache.lucene.search.Scorable);
    descriptor: (Lorg/apache/lucene/search/Scorable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // org.apache.lucene.search.Scorable scorer
         0: .line 63
            return
        end local 1 // org.apache.lucene.search.Scorable scorer
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    1     1  scorer  Lorg/apache/lucene/search/Scorable;
    MethodParameters:
        Name  Flags
      scorer  

  public int compare(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // int slot1
        start local 2 // int slot2
         0: .line 67
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.values:[D
            iload 1 /* slot1 */
            daload
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.values:[D
            iload 2 /* slot2 */
            daload
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
        end local 2 // int slot2
        end local 1 // int slot1
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    1     1  slot1  I
            0    1     2  slot2  I
    MethodParameters:
       Name  Flags
      slot1  
      slot2  

  public void setBottom(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // int slot
         0: .line 72
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.values:[D
            iload 1 /* slot */
            daload
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.bottomDistance:D
         1: .line 76
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.setBottomCounter:I
            sipush 1024
            if_icmplt 2
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.setBottomCounter:I
            bipush 63
            iand
            bipush 63
            if_icmpne 5
         2: .line 78
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.spatial3d.geom.XYZBounds
            dup
            invokespecial org.apache.lucene.spatial3d.geom.XYZBounds.<init>:()V
            astore 2 /* bounds */
        start local 2 // org.apache.lucene.spatial3d.geom.XYZBounds bounds
         3: .line 79
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.distanceShape:Lorg/apache/lucene/spatial3d/geom/GeoDistanceShape;
            aload 2 /* bounds */
            getstatic org.apache.lucene.spatial3d.geom.DistanceStyle.ARC:Lorg/apache/lucene/spatial3d/geom/ArcDistance;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.bottomDistance:D
            invokeinterface org.apache.lucene.spatial3d.geom.GeoDistanceShape.getDistanceBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;D)V
         4: .line 80
            aload 0 /* this */
            aload 2 /* bounds */
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.priorityQueueBounds:Lorg/apache/lucene/spatial3d/geom/XYZBounds;
        end local 2 // org.apache.lucene.spatial3d.geom.XYZBounds bounds
         5: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.setBottomCounter:I
            iconst_1
            iadd
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.setBottomCounter:I
         6: .line 83
            return
        end local 1 // int slot
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    7     1    slot  I
            3    5     2  bounds  Lorg/apache/lucene/spatial3d/geom/XYZBounds;
    MethodParameters:
      Name  Flags
      slot  

  public void setTopValue(java.lang.Double);
    descriptor: (Ljava/lang/Double;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // java.lang.Double value
         0: .line 87
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual java.lang.Double.doubleValue:()D
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.topValue:D
         1: .line 88
            return
        end local 1 // java.lang.Double value
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    2     1  value  Ljava/lang/Double;
    MethodParameters:
       Name  Flags
      value  

  public int compareBottom(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=13, args_size=2
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // int doc
         0: .line 92
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmple 2
         1: .line 93
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advance:(I)I
            pop
         2: .line 95
      StackMap locals:
      StackMap stack:
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmpge 4
         3: .line 96
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.bottomDistance:D
            ldc Infinity
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
         4: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 2 /* numValues */
        start local 2 // int numValues
         5: .line 100
            getstatic org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.$assertionsDisabled:Z
            ifne 6
            iload 2 /* numValues */
            ifgt 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 102
      StackMap locals: int
      StackMap stack:
            iconst_m1
            istore 3 /* cmp */
        start local 3 // int cmp
         7: .line 103
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 22
         9: .line 104
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
            lstore 5 /* encoded */
        start local 5 // long encoded
        10: .line 108
            lload 5 /* encoded */
            invokestatic org.apache.lucene.spatial3d.Geo3DDocValuesField.decodeXValue:(J)D
            dstore 7 /* x */
        start local 7 // double x
        11: .line 109
            lload 5 /* encoded */
            invokestatic org.apache.lucene.spatial3d.Geo3DDocValuesField.decodeYValue:(J)D
            dstore 9 /* y */
        start local 9 // double y
        12: .line 110
            lload 5 /* encoded */
            invokestatic org.apache.lucene.spatial3d.Geo3DDocValuesField.decodeZValue:(J)D
            dstore 11 /* z */
        start local 11 // double z
        13: .line 112
            dload 7 /* x */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.priorityQueueBounds:Lorg/apache/lucene/spatial3d/geom/XYZBounds;
            invokevirtual org.apache.lucene.spatial3d.geom.XYZBounds.getMaximumX:()Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpl
            ifgt 21
        14: .line 113
            dload 7 /* x */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.priorityQueueBounds:Lorg/apache/lucene/spatial3d/geom/XYZBounds;
            invokevirtual org.apache.lucene.spatial3d.geom.XYZBounds.getMinimumX:()Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpg
            iflt 21
        15: .line 114
            dload 9 /* y */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.priorityQueueBounds:Lorg/apache/lucene/spatial3d/geom/XYZBounds;
            invokevirtual org.apache.lucene.spatial3d.geom.XYZBounds.getMaximumY:()Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpl
            ifgt 21
        16: .line 115
            dload 9 /* y */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.priorityQueueBounds:Lorg/apache/lucene/spatial3d/geom/XYZBounds;
            invokevirtual org.apache.lucene.spatial3d.geom.XYZBounds.getMinimumY:()Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpg
            iflt 21
        17: .line 116
            dload 11 /* z */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.priorityQueueBounds:Lorg/apache/lucene/spatial3d/geom/XYZBounds;
            invokevirtual org.apache.lucene.spatial3d.geom.XYZBounds.getMaximumZ:()Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpl
            ifgt 21
        18: .line 117
            dload 11 /* z */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.priorityQueueBounds:Lorg/apache/lucene/spatial3d/geom/XYZBounds;
            invokevirtual org.apache.lucene.spatial3d.geom.XYZBounds.getMinimumZ:()Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpg
            ifge 20
        19: .line 118
            goto 21
        20: .line 121
      StackMap locals: org.apache.lucene.spatial3d.Geo3DPointDistanceComparator int int int int long double double double
      StackMap stack:
            iload 3 /* cmp */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.bottomDistance:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.distanceShape:Lorg/apache/lucene/spatial3d/geom/GeoDistanceShape;
            getstatic org.apache.lucene.spatial3d.geom.DistanceStyle.ARC:Lorg/apache/lucene/spatial3d/geom/ArcDistance;
            dload 7 /* x */
            dload 9 /* y */
            dload 11 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoDistanceShape.computeDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            invokestatic java.lang.Double.compare:(DD)I
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* cmp */
        end local 11 // double z
        end local 9 // double y
        end local 7 // double x
        end local 5 // long encoded
        21: .line 103
      StackMap locals: org.apache.lucene.spatial3d.Geo3DPointDistanceComparator int int int int
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 4 /* i */
            iload 2 /* numValues */
            if_icmplt 9
        end local 4 // int i
        23: .line 123
            iload 3 /* cmp */
            ireturn
        end local 3 // int cmp
        end local 2 // int numValues
        end local 1 // int doc
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0   24     1        doc  I
            5   24     2  numValues  I
            7   24     3        cmp  I
            8   23     4          i  I
           10   21     5    encoded  J
           11   21     7          x  D
           12   21     9          y  D
           13   21    11          z  D
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  public void copy(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // int slot
        start local 2 // int doc
         0: .line 128
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.values:[D
            iload 1 /* slot */
            aload 0 /* this */
            iload 2 /* doc */
            invokevirtual org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.computeMinimumDistance:(I)D
            dastore
         1: .line 129
            return
        end local 2 // int doc
        end local 1 // int slot
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    2     1  slot  I
            0    2     2   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      slot  
      doc   

  public org.apache.lucene.search.LeafFieldComparator getLeafComparator(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/LeafFieldComparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 133
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            astore 2 /* reader */
        start local 2 // org.apache.lucene.index.LeafReader reader
         1: .line 134
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.getFieldInfos:()Lorg/apache/lucene/index/FieldInfos;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.FieldInfos.fieldInfo:(Ljava/lang/String;)Lorg/apache/lucene/index/FieldInfo;
            astore 3 /* info */
        start local 3 // org.apache.lucene.index.FieldInfo info
         2: .line 135
            aload 3 /* info */
            ifnull 4
         3: .line 136
            aload 3 /* info */
            invokestatic org.apache.lucene.spatial3d.Geo3DDocValuesField.checkCompatible:(Lorg/apache/lucene/index/FieldInfo;)V
         4: .line 138
      StackMap locals: org.apache.lucene.index.LeafReader org.apache.lucene.index.FieldInfo
      StackMap stack:
            aload 0 /* this */
            aload 2 /* reader */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.field:Ljava/lang/String;
            invokestatic org.apache.lucene.index.DocValues.getSortedNumeric:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedNumericDocValues;
            putfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
         5: .line 139
            aload 0 /* this */
            areturn
        end local 3 // org.apache.lucene.index.FieldInfo info
        end local 2 // org.apache.lucene.index.LeafReader reader
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    6     1  context  Lorg/apache/lucene/index/LeafReaderContext;
            1    6     2   reader  Lorg/apache/lucene/index/LeafReader;
            2    6     3     info  Lorg/apache/lucene/index/FieldInfo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public java.lang.Double value(int);
    descriptor: (I)Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // int slot
         0: .line 145
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.values:[D
            iload 1 /* slot */
            daload
            ldc 6371008.7714
            dmul
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
        end local 1 // int slot
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    1     1  slot  I
    MethodParameters:
      Name  Flags
      slot  

  public int compareTop(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // int doc
         0: .line 150
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.topValue:D
            aload 0 /* this */
            iload 1 /* doc */
            invokevirtual org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.computeMinimumDistance:(I)D
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
        end local 1 // int doc
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0    1     1   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  double computeMinimumDistance(int);
    descriptor: (I)D
    flags: (0x0000) 
    Code:
      stack=8, locals=10, args_size=2
        start local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
        start local 1 // int doc
         0: .line 154
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmple 2
         1: .line 155
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advance:(I)I
            pop
         2: .line 157
      StackMap locals:
      StackMap stack:
            ldc Infinity
            dstore 2 /* minValue */
        start local 2 // double minValue
         3: .line 158
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmpne 16
         4: .line 159
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 4 /* numValues */
        start local 4 // int numValues
         5: .line 160
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 15
         7: .line 161
      StackMap locals: double int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
            lstore 6 /* encoded */
        start local 6 // long encoded
         8: .line 162
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.distanceShape:Lorg/apache/lucene/spatial3d/geom/GeoDistanceShape;
            getstatic org.apache.lucene.spatial3d.geom.DistanceStyle.ARC:Lorg/apache/lucene/spatial3d/geom/ArcDistance;
         9: .line 163
            lload 6 /* encoded */
            invokestatic org.apache.lucene.spatial3d.Geo3DDocValuesField.decodeXValue:(J)D
        10: .line 164
            lload 6 /* encoded */
            invokestatic org.apache.lucene.spatial3d.Geo3DDocValuesField.decodeYValue:(J)D
        11: .line 165
            lload 6 /* encoded */
            invokestatic org.apache.lucene.spatial3d.Geo3DDocValuesField.decodeZValue:(J)D
        12: .line 162
            invokeinterface org.apache.lucene.spatial3d.geom.GeoDistanceShape.computeDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 8 /* distance */
        start local 8 // double distance
        13: .line 166
            dload 2 /* minValue */
            dload 8 /* distance */
            invokestatic java.lang.Math.min:(DD)D
            dstore 2 /* minValue */
        end local 8 // double distance
        end local 6 // long encoded
        14: .line 160
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iload 4 /* numValues */
            if_icmplt 7
        end local 5 // int i
        end local 4 // int numValues
        16: .line 169
      StackMap locals:
      StackMap stack:
            dload 2 /* minValue */
            dreturn
        end local 2 // double minValue
        end local 1 // int doc
        end local 0 // org.apache.lucene.spatial3d.Geo3DPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/apache/lucene/spatial3d/Geo3DPointDistanceComparator;
            0   17     1        doc  I
            3   17     2   minValue  D
            5   16     4  numValues  I
            6   16     5          i  I
            8   14     6    encoded  J
           13   14     8   distance  D
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   final

  public void setTopValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Double
            invokevirtual org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.setTopValue:(Ljava/lang/Double;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object value(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.value:(I)Ljava/lang/Double;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/apache/lucene/search/FieldComparator<Ljava/lang/Double;>;Lorg/apache/lucene/search/LeafFieldComparator;
SourceFile: "Geo3DPointDistanceComparator.java"