class org.apache.lucene.document.DoublePoint$2 extends org.apache.lucene.search.PointInSetQuery$Stream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.DoublePoint$2
  super_class: org.apache.lucene.search.PointInSetQuery$Stream
{
  int upto;
    descriptor: I
    flags: (0x0000) 

  private final double[] val$sortedValues;
    descriptor: [D
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.util.BytesRef val$encoded;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(double[], org.apache.lucene.util.BytesRef);
    descriptor: ([DLorg/apache/lucene/util/BytesRef;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.DoublePoint$2 this
         0: .line 255
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.DoublePoint$2.val$sortedValues:[D
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.document.DoublePoint$2.val$encoded:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            invokespecial org.apache.lucene.search.PointInSetQuery$Stream.<init>:()V
            return
        end local 0 // org.apache.lucene.document.DoublePoint$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/DoublePoint$2;
    MethodParameters:
                  Name  Flags
      val$sortedValues  final
      val$encoded       final

  public org.apache.lucene.util.BytesRef next();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.DoublePoint$2 this
         0: .line 261
            aload 0 /* this */
            getfield org.apache.lucene.document.DoublePoint$2.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.document.DoublePoint$2.val$sortedValues:[D
            arraylength
            if_icmpne 2
         1: .line 262
            aconst_null
            areturn
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.DoublePoint$2.val$sortedValues:[D
            aload 0 /* this */
            getfield org.apache.lucene.document.DoublePoint$2.upto:I
            daload
            aload 0 /* this */
            getfield org.apache.lucene.document.DoublePoint$2.val$encoded:Lorg/apache/lucene/util/BytesRef;
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            iconst_0
            invokestatic org.apache.lucene.document.DoublePoint.encodeDimension:(D[BI)V
         3: .line 265
            aload 0 /* this */
            dup
            getfield org.apache.lucene.document.DoublePoint$2.upto:I
            iconst_1
            iadd
            putfield org.apache.lucene.document.DoublePoint$2.upto:I
         4: .line 266
            aload 0 /* this */
            getfield org.apache.lucene.document.DoublePoint$2.val$encoded:Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.document.DoublePoint$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/document/DoublePoint$2;
}
SourceFile: "DoublePoint.java"
EnclosingMethod: org.apache.lucene.document.DoublePoint.newSetQuery:(Ljava/lang/String;[D)Lorg/apache/lucene/search/Query;
NestHost: org.apache.lucene.document.DoublePoint
InnerClasses:
  org.apache.lucene.document.DoublePoint$2
  public abstract Stream = org.apache.lucene.search.PointInSetQuery$Stream of org.apache.lucene.search.PointInSetQuery