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

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