class org.apache.lucene.document.SortedSetDocValuesRangeQuery$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.SortedSetDocValuesRangeQuery$1$1
  super_class: org.apache.lucene.search.TwoPhaseIterator
{
  final org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 this$1;
    descriptor: Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  private final long val$minOrd;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$maxOrd;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.document.SortedSetDocValuesRangeQuery$1, org.apache.lucene.search.DocIdSetIterator, org.apache.lucene.index.SortedDocValues, long, long);
    descriptor: (Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/SortedDocValues;JJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=6
        start local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1 this
        start local 2 // org.apache.lucene.search.DocIdSetIterator $anonymous0
         0: .line 159
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1.this$1:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1.val$singleton:Lorg/apache/lucene/index/SortedDocValues;
            aload 0 /* this */
            lload 4
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1.val$minOrd:J
            aload 0 /* this */
            lload 6
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1.val$maxOrd:J
            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.SortedSetDocValuesRangeQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/DocIdSetIterator;
    MethodParameters:
               Name  Flags
      this$0         final
      $anonymous0    
      val$singleton  final
      val$minOrd     final
      val$maxOrd     final

  public boolean matches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1 this
         0: .line 162
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1.val$singleton:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.ordValue:()I
            i2l
            lstore 1 /* ord */
        start local 1 // long ord
         1: .line 163
            lload 1 /* ord */
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1.val$minOrd:J
            lcmp
            iflt 2
            lload 1 /* ord */
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1.val$maxOrd:J
            lcmp
            ifgt 2
            iconst_1
            ireturn
      StackMap locals: long
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // long ord
        end local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1$1;
            1    3     1   ord  J
    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.SortedSetDocValuesRangeQuery$1$1 this
         0: .line 168
            fconst_2
            freturn
        end local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1$1;
}
SourceFile: "SortedSetDocValuesRangeQuery.java"
EnclosingMethod: org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.scorer:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
NestHost: org.apache.lucene.document.SortedSetDocValuesRangeQuery
InnerClasses:
  org.apache.lucene.document.SortedSetDocValuesRangeQuery$1
  org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1