class org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1 implements java.util.Iterator<java.lang.Number>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1
super_class: java.lang.Object
{
private boolean nextIsSet;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int nextCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int upto;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private long nextValue;
descriptor: J
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7 this$1;
descriptor: Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7;
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.codecs.memory.LegacyDocValuesIterables$7, org.apache.lucene.index.SortedNumericDocValues);
descriptor: (Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7;Lorg/apache/lucene/index/SortedNumericDocValues;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.this$1:Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7;
aload 0
aload 2
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7$1;
MethodParameters:
Name Flags
this$0 final
val$values final
private void setNext();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextIsSet:Z
ifne 15
1: aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.upto:I
aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextCount:I
if_icmpne 9
2: aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextDoc:()I
pop
3: aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
ldc 2147483647
if_icmpne 7
4: aload 0
iconst_0
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextCount:I
5: aload 0
iconst_0
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextIsSet:Z
6: return
7: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextCount:I
8: aload 0
iconst_0
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.upto:I
9: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextValue:J
10: aload 0
dup
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.upto:I
iconst_1
iadd
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.upto:I
11: aload 0
iconst_1
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextIsSet:Z
12: goto 15
StackMap locals:
StackMap stack: java.io.IOException
13: astore 1
start local 1 14: new java.lang.RuntimeException
dup
aload 1
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 15: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7$1;
14 15 1 ioe Ljava/io/IOException;
Exception table:
from to target type
0 6 13 Class java.io.IOException
7 12 13 Class java.io.IOException
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.setNext:()V
1: aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextCount:I
ifeq 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7$1;
public java.lang.Number next();
descriptor: ()Ljava/lang/Number;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.setNext:()V
1: getstatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.$assertionsDisabled:Z
ifne 2
aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextCount:I
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextIsSet:Z
3: aload 0
getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.nextValue:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$7$1;
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1.next:()Ljava/lang/Number;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Number;>;
SourceFile: "LegacyDocValuesIterables.java"
EnclosingMethod: org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7.iterator:()Ljava/util/Iterator;
NestHost: org.apache.lucene.codecs.memory.LegacyDocValuesIterables
InnerClasses:
org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7
org.apache.lucene.codecs.memory.LegacyDocValuesIterables$7$1