class org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1 extends org.apache.lucene.search.TwoPhaseIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1
  super_class: org.apache.lucene.search.TwoPhaseIterator
{
  final org.apache.lucene.document.LatLonDocValuesBoxQuery$1 this$1;
    descriptor: Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.SortedNumericDocValues val$values;
    descriptor: Lorg/apache/lucene/index/SortedNumericDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.document.LatLonDocValuesBoxQuery$1, org.apache.lucene.search.DocIdSetIterator, org.apache.lucene.index.SortedNumericDocValues);
    descriptor: (Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/SortedNumericDocValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1 this
        start local 2 // org.apache.lucene.search.DocIdSetIterator $anonymous0
         0: .line 116
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.apache.lucene.search.TwoPhaseIterator.<init>:(Lorg/apache/lucene/search/DocIdSetIterator;)V
            return
        end local 2 // org.apache.lucene.search.DocIdSetIterator $anonymous0
        end local 0 // org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/DocIdSetIterator;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      val$values   final

  public boolean matches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1 this
         0: .line 119
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 2 /* count */
        start local 2 // int count
         2: goto 15
         3: .line 120
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
            lstore 3 /* value */
        start local 3 // long value
         4: .line 121
            lload 3 /* value */
            bipush 32
            lushr
            l2i
            istore 5 /* lat */
        start local 5 // int lat
         5: .line 122
            iload 5 /* lat */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
            invokestatic org.apache.lucene.document.LatLonDocValuesBoxQuery$1.access$0:(Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;)Lorg/apache/lucene/document/LatLonDocValuesBoxQuery;
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery.minLatitude:I
            if_icmplt 14
            iload 5 /* lat */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
            invokestatic org.apache.lucene.document.LatLonDocValuesBoxQuery$1.access$0:(Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;)Lorg/apache/lucene/document/LatLonDocValuesBoxQuery;
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery.maxLatitude:I
            if_icmple 7
         6: .line 124
            goto 14
         7: .line 127
      StackMap locals: long int
      StackMap stack:
            lload 3 /* value */
            ldc -1
            land
            l2i
            istore 6 /* lon */
        start local 6 // int lon
         8: .line 128
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
            invokestatic org.apache.lucene.document.LatLonDocValuesBoxQuery$1.access$0:(Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;)Lorg/apache/lucene/document/LatLonDocValuesBoxQuery;
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery.crossesDateline:Z
            ifeq 11
         9: .line 129
            iload 6 /* lon */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
            invokestatic org.apache.lucene.document.LatLonDocValuesBoxQuery$1.access$0:(Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;)Lorg/apache/lucene/document/LatLonDocValuesBoxQuery;
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery.maxLongitude:I
            if_icmple 13
            iload 6 /* lon */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
            invokestatic org.apache.lucene.document.LatLonDocValuesBoxQuery$1.access$0:(Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;)Lorg/apache/lucene/document/LatLonDocValuesBoxQuery;
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery.minLongitude:I
            if_icmpge 13
        10: .line 131
            goto 14
        11: .line 134
      StackMap locals: int
      StackMap stack:
            iload 6 /* lon */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
            invokestatic org.apache.lucene.document.LatLonDocValuesBoxQuery$1.access$0:(Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;)Lorg/apache/lucene/document/LatLonDocValuesBoxQuery;
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery.minLongitude:I
            if_icmplt 14
            iload 6 /* lon */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;
            invokestatic org.apache.lucene.document.LatLonDocValuesBoxQuery$1.access$0:(Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1;)Lorg/apache/lucene/document/LatLonDocValuesBoxQuery;
            getfield org.apache.lucene.document.LatLonDocValuesBoxQuery.maxLongitude:I
            if_icmple 13
        12: .line 136
            goto 14
        13: .line 140
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // int lon
        end local 5 // int lat
        end local 3 // long value
        14: .line 119
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 1 /* i */
            iload 2 /* count */
            if_icmplt 3
        end local 2 // int count
        end local 1 // int i
        16: .line 142
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1$1;
            1   16     1      i  I
            2   16     2  count  I
            4   14     3  value  J
            5   14     5    lat  I
            8   14     6    lon  I
    Exceptions:
      throws java.io.IOException

  public float matchCost();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1 this
         0: .line 147
            ldc 5.0
            freturn
        end local 0 // org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonDocValuesBoxQuery$1$1;
}
SourceFile: "LatLonDocValuesBoxQuery.java"
EnclosingMethod: org.apache.lucene.document.LatLonDocValuesBoxQuery$1.scorer:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
NestHost: org.apache.lucene.document.LatLonDocValuesBoxQuery
InnerClasses:
  org.apache.lucene.document.LatLonDocValuesBoxQuery$1
  org.apache.lucene.document.LatLonDocValuesBoxQuery$1$1