class org.apache.lucene.document.LatLonPointDistanceComparator 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.document.LatLonPointDistanceComparator
  super_class: org.apache.lucene.search.FieldComparator
{
  final java.lang.String field;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final double latitude;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  final double longitude;
    descriptor: D
    flags: (0x0010) ACC_FINAL

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

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

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

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

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

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

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

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

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

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

  private long[] currentValues;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private int valuesDocID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  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 45
            ldc Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            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.document.LatLonPointDistanceComparator.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, double, double, int);
    descriptor: (Ljava/lang/String;DDI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
        start local 1 // java.lang.String field
        start local 2 // double latitude
        start local 4 // double longitude
        start local 6 // int numHits
         0: .line 72
            aload 0 /* this */
            invokespecial org.apache.lucene.search.FieldComparator.<init>:()V
         1: .line 58
            aload 0 /* this */
            ldc -2147483648
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.minLon:I
         2: .line 59
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.maxLon:I
         3: .line 60
            aload 0 /* this */
            ldc -2147483648
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.minLat:I
         4: .line 61
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.maxLat:I
         5: .line 64
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.minLon2:I
         6: .line 67
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.setBottomCounter:I
         7: .line 69
            aload 0 /* this */
            iconst_4
            newarray 11
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.currentValues:[J
         8: .line 70
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.valuesDocID:I
         9: .line 73
            aload 0 /* this */
            aload 1 /* field */
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.field:Ljava/lang/String;
        10: .line 74
            aload 0 /* this */
            dload 2 /* latitude */
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.latitude:D
        11: .line 75
            aload 0 /* this */
            dload 4 /* longitude */
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.longitude:D
        12: .line 76
            aload 0 /* this */
            iload 6 /* numHits */
            newarray 7
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.values:[D
        13: .line 77
            return
        end local 6 // int numHits
        end local 4 // double longitude
        end local 2 // double latitude
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            0   14     1      field  Ljava/lang/String;
            0   14     2   latitude  D
            0   14     4  longitude  D
            0   14     6    numHits  I
    MethodParameters:
           Name  Flags
      field      
      latitude   
      longitude  
      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.document.LatLonPointDistanceComparator this
        start local 1 // org.apache.lucene.search.Scorable scorer
         0: .line 80
            return
        end local 1 // org.apache.lucene.search.Scorable scorer
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            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.document.LatLonPointDistanceComparator this
        start local 1 // int slot1
        start local 2 // int slot2
         0: .line 84
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.values:[D
            iload 1 /* slot1 */
            daload
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.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.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            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=6, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
        start local 1 // int slot
         0: .line 89
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.values:[D
            iload 1 /* slot */
            daload
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.bottom:D
         1: .line 93
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.setBottomCounter:I
            sipush 1024
            if_icmplt 2
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.setBottomCounter:I
            bipush 63
            iand
            bipush 63
            if_icmpne 13
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.latitude:D
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.longitude:D
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.bottom:D
            invokestatic org.apache.lucene.document.LatLonPointDistanceComparator.haversin2:(D)D
            invokestatic org.apache.lucene.geo.Rectangle.fromPointDistance:(DDD)Lorg/apache/lucene/geo/Rectangle;
            astore 2 /* box */
        start local 2 // org.apache.lucene.geo.Rectangle box
         3: .line 97
            aload 0 /* this */
            aload 2 /* box */
            getfield org.apache.lucene.geo.Rectangle.minLat:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.minLat:I
         4: .line 98
            aload 0 /* this */
            aload 2 /* box */
            getfield org.apache.lucene.geo.Rectangle.maxLat:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.maxLat:I
         5: .line 99
            aload 2 /* box */
            invokevirtual org.apache.lucene.geo.Rectangle.crossesDateline:()Z
            ifeq 10
         6: .line 101
            aload 0 /* this */
            ldc -2147483648
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.minLon:I
         7: .line 102
            aload 0 /* this */
            aload 2 /* box */
            getfield org.apache.lucene.geo.Rectangle.maxLon:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.maxLon:I
         8: .line 104
            aload 0 /* this */
            aload 2 /* box */
            getfield org.apache.lucene.geo.Rectangle.minLon:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.minLon2:I
         9: .line 105
            goto 13
        10: .line 106
      StackMap locals: org.apache.lucene.geo.Rectangle
      StackMap stack:
            aload 0 /* this */
            aload 2 /* box */
            getfield org.apache.lucene.geo.Rectangle.minLon:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.minLon:I
        11: .line 107
            aload 0 /* this */
            aload 2 /* box */
            getfield org.apache.lucene.geo.Rectangle.maxLon:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.maxLon:I
        12: .line 109
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.minLon2:I
        end local 2 // org.apache.lucene.geo.Rectangle box
        13: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.setBottomCounter:I
            iconst_1
            iadd
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.setBottomCounter:I
        14: .line 113
            return
        end local 1 // int slot
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            0   15     1  slot  I
            3   13     2   box  Lorg/apache/lucene/geo/Rectangle;
    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.document.LatLonPointDistanceComparator this
        start local 1 // java.lang.Double value
         0: .line 117
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual java.lang.Double.doubleValue:()D
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.topValue:D
         1: .line 118
            return
        end local 1 // java.lang.Double value
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            0    2     1  value  Ljava/lang/Double;
    MethodParameters:
       Name  Flags
      value  

  private void setValues();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
         0: .line 121
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.valuesDocID:I
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmpeq 11
         1: .line 122
            getstatic org.apache.lucene.document.LatLonPointDistanceComparator.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.valuesDocID:I
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmplt 2
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc " valuesDocID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.valuesDocID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " vs "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.valuesDocID:I
         3: .line 124
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 1 /* count */
        start local 1 // int count
         4: .line 125
            iload 1 /* count */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentValues:[J
            arraylength
            if_icmple 6
         5: .line 126
            aload 0 /* this */
            iload 1 /* count */
            bipush 8
            invokestatic org.apache.lucene.util.ArrayUtil.oversize:(II)I
            newarray 11
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.currentValues:[J
         6: .line 128
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 10
         8: .line 129
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentValues:[J
            iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
            lastore
         9: .line 128
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            iload 1 /* count */
            if_icmplt 8
        end local 2 // int i
        end local 1 // int count
        11: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            4   11     1  count  I
            7   11     2      i  I
    Exceptions:
      throws java.io.IOException

  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.document.LatLonPointDistanceComparator this
        start local 1 // int doc
         0: .line 136
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmple 2
         1: .line 137
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advance:(I)I
            pop
         2: .line 139
      StackMap locals:
      StackMap stack:
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmpge 4
         3: .line 140
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.bottom:D
            ldc Infinity
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
         4: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceComparator.setValues:()V
         5: .line 145
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 2 /* numValues */
        start local 2 // int numValues
         6: .line 147
            iconst_m1
            istore 3 /* cmp */
        start local 3 // int cmp
         7: .line 148
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 23
         9: .line 149
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentValues:[J
            iload 4 /* i */
            laload
            lstore 5 /* encoded */
        start local 5 // long encoded
        10: .line 152
            lload 5 /* encoded */
            bipush 32
            lshr
            l2i
            istore 7 /* latitudeBits */
        start local 7 // int latitudeBits
        11: .line 153
            iload 7 /* latitudeBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.minLat:I
            if_icmplt 22
            iload 7 /* latitudeBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.maxLat:I
            if_icmple 13
        12: .line 154
            goto 22
        13: .line 156
      StackMap locals: long int
      StackMap stack:
            lload 5 /* encoded */
            ldc -1
            land
            l2i
            istore 8 /* longitudeBits */
        start local 8 // int longitudeBits
        14: .line 157
            iload 8 /* longitudeBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.minLon:I
            if_icmplt 15
            iload 8 /* longitudeBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.maxLon:I
            if_icmple 17
      StackMap locals: int
      StackMap stack:
        15: iload 8 /* longitudeBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.minLon2:I
            if_icmpge 17
        16: .line 158
            goto 22
        17: .line 162
      StackMap locals:
      StackMap stack:
            iload 7 /* latitudeBits */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.decodeLatitude:(I)D
            dstore 9 /* docLatitude */
        start local 9 // double docLatitude
        18: .line 163
            iload 8 /* longitudeBits */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.decodeLongitude:(I)D
            dstore 11 /* docLongitude */
        start local 11 // double docLongitude
        19: .line 164
            iload 3 /* cmp */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.bottom:D
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.latitude:D
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.longitude:D
            dload 9 /* docLatitude */
            dload 11 /* docLongitude */
            invokestatic org.apache.lucene.util.SloppyMath.haversinSortKey:(DDDD)D
            invokestatic java.lang.Double.compare:(DD)I
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* cmp */
        20: .line 166
            iload 3 /* cmp */
            ifle 22
        21: .line 167
            iload 3 /* cmp */
            ireturn
        end local 11 // double docLongitude
        end local 9 // double docLatitude
        end local 8 // int longitudeBits
        end local 7 // int latitudeBits
        end local 5 // long encoded
        22: .line 148
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 4 /* i */
            iload 2 /* numValues */
            if_icmplt 9
        end local 4 // int i
        24: .line 170
            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.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            0   25     1            doc  I
            6   25     2      numValues  I
            7   25     3            cmp  I
            8   24     4              i  I
           10   22     5        encoded  J
           11   22     7   latitudeBits  I
           14   22     8  longitudeBits  I
           18   22     9    docLatitude  D
           19   22    11   docLongitude  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.document.LatLonPointDistanceComparator this
        start local 1 // int slot
        start local 2 // int doc
         0: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.values:[D
            iload 1 /* slot */
            aload 0 /* this */
            iload 2 /* doc */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceComparator.sortKey:(I)D
            dastore
         1: .line 176
            return
        end local 2 // int doc
        end local 1 // int slot
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            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.document.LatLonPointDistanceComparator this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 180
            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 181
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.getFieldInfos:()Lorg/apache/lucene/index/FieldInfos;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.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 182
            aload 3 /* info */
            ifnull 4
         3: .line 183
            aload 3 /* info */
            invokestatic org.apache.lucene.document.LatLonDocValuesField.checkCompatible:(Lorg/apache/lucene/index/FieldInfo;)V
         4: .line 185
      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.document.LatLonPointDistanceComparator.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.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
         5: .line 186
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.document.LatLonPointDistanceComparator.valuesDocID:I
         6: .line 187
            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.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            0    7     1  context  Lorg/apache/lucene/index/LeafReaderContext;
            1    7     2   reader  Lorg/apache/lucene/index/LeafReader;
            2    7     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=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
        start local 1 // int slot
         0: .line 192
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.values:[D
            iload 1 /* slot */
            daload
            invokestatic org.apache.lucene.document.LatLonPointDistanceComparator.haversin2:(D)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
        end local 1 // int slot
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            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.document.LatLonPointDistanceComparator this
        start local 1 // int doc
         0: .line 197
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.topValue:D
            aload 0 /* this */
            iload 1 /* doc */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceComparator.sortKey:(I)D
            invokestatic org.apache.lucene.document.LatLonPointDistanceComparator.haversin2:(D)D
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
        end local 1 // int doc
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            0    1     1   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  double sortKey(int);
    descriptor: (I)D
    flags: (0x0000) 
    Code:
      stack=10, locals=12, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
        start local 1 // int doc
         0: .line 203
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmple 2
         1: .line 204
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advance:(I)I
            pop
         2: .line 206
      StackMap locals:
      StackMap stack:
            ldc Infinity
            dstore 2 /* minValue */
        start local 2 // double minValue
         3: .line 207
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmpne 14
         4: .line 208
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceComparator.setValues:()V
         5: .line 209
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 4 /* numValues */
        start local 4 // int numValues
         6: .line 210
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 13
         8: .line 211
      StackMap locals: double int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.currentValues:[J
            iload 5 /* i */
            laload
            lstore 6 /* encoded */
        start local 6 // long encoded
         9: .line 212
            lload 6 /* encoded */
            bipush 32
            lshr
            l2i
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.decodeLatitude:(I)D
            dstore 8 /* docLatitude */
        start local 8 // double docLatitude
        10: .line 213
            lload 6 /* encoded */
            ldc -1
            land
            l2i
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.decodeLongitude:(I)D
            dstore 10 /* docLongitude */
        start local 10 // double docLongitude
        11: .line 214
            dload 2 /* minValue */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.latitude:D
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceComparator.longitude:D
            dload 8 /* docLatitude */
            dload 10 /* docLongitude */
            invokestatic org.apache.lucene.util.SloppyMath.haversinSortKey:(DDDD)D
            invokestatic java.lang.Math.min:(DD)D
            dstore 2 /* minValue */
        end local 10 // double docLongitude
        end local 8 // double docLatitude
        end local 6 // long encoded
        12: .line 210
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 4 /* numValues */
            if_icmplt 8
        end local 5 // int i
        end local 4 // int numValues
        14: .line 217
      StackMap locals:
      StackMap stack:
            dload 2 /* minValue */
            dreturn
        end local 2 // double minValue
        end local 1 // int doc
        end local 0 // org.apache.lucene.document.LatLonPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lorg/apache/lucene/document/LatLonPointDistanceComparator;
            0   15     1           doc  I
            3   15     2      minValue  D
            6   14     4     numValues  I
            7   14     5             i  I
            9   12     6       encoded  J
           10   12     8   docLatitude  D
           11   12    10  docLongitude  D
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  static double haversin2(double);
    descriptor: (D)D
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // double partial
         0: .line 223
            dload 0 /* partial */
            invokestatic java.lang.Double.isInfinite:(D)Z
            ifeq 2
         1: .line 224
            dload 0 /* partial */
            dreturn
         2: .line 226
      StackMap locals:
      StackMap stack:
            dload 0 /* partial */
            invokestatic org.apache.lucene.util.SloppyMath.haversinMeters:(D)D
            dreturn
        end local 0 // double partial
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  partial  D
    MethodParameters:
         Name  Flags
      partial  

  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.document.LatLonPointDistanceComparator.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.document.LatLonPointDistanceComparator.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: "LatLonPointDistanceComparator.java"