class org.apache.lucene.document.LongPoint$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.LongPoint$2
  super_class: org.apache.lucene.search.PointInSetQuery$Stream
{
  int upto;
    descriptor: I
    flags: (0x0000) 

  private final long[] val$sortedValues;
    descriptor: [J
    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>(long[], org.apache.lucene.util.BytesRef);
    descriptor: ([JLorg/apache/lucene/util/BytesRef;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.LongPoint$2 this
         0: .line 230
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.LongPoint$2.val$sortedValues:[J
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.document.LongPoint$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.LongPoint$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LongPoint$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.LongPoint$2 this
         0: .line 236
            aload 0 /* this */
            getfield org.apache.lucene.document.LongPoint$2.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.document.LongPoint$2.val$sortedValues:[J
            arraylength
            if_icmpne 2
         1: .line 237
            aconst_null
            areturn
         2: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LongPoint$2.val$sortedValues:[J
            aload 0 /* this */
            getfield org.apache.lucene.document.LongPoint$2.upto:I
            laload
            aload 0 /* this */
            getfield org.apache.lucene.document.LongPoint$2.val$encoded:Lorg/apache/lucene/util/BytesRef;
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            iconst_0
            invokestatic org.apache.lucene.document.LongPoint.encodeDimension:(J[BI)V
         3: .line 240
            aload 0 /* this */
            dup
            getfield org.apache.lucene.document.LongPoint$2.upto:I
            iconst_1
            iadd
            putfield org.apache.lucene.document.LongPoint$2.upto:I
         4: .line 241
            aload 0 /* this */
            getfield org.apache.lucene.document.LongPoint$2.val$encoded:Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.document.LongPoint$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/document/LongPoint$2;
}
SourceFile: "LongPoint.java"
EnclosingMethod: org.apache.lucene.document.LongPoint.newSetQuery:(Ljava/lang/String;[J)Lorg/apache/lucene/search/Query;
NestHost: org.apache.lucene.document.LongPoint
InnerClasses:
  org.apache.lucene.document.LongPoint$2
  public abstract Stream = org.apache.lucene.search.PointInSetQuery$Stream of org.apache.lucene.search.PointInSetQuery