class org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator<K, V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator
super_class: java.lang.Object
{
final org.apache.commons.collections4.map.AbstractReferenceMap<K, V> parent;
descriptor: Lorg/apache/commons/collections4/map/AbstractReferenceMap;
flags: (0x0010) ACC_FINAL
Signature: Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
int index;
descriptor: I
flags: (0x0000)
org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> entry;
descriptor: Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
flags: (0x0000)
Signature: Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> previous;
descriptor: Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
flags: (0x0000)
Signature: Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
K currentKey;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TK;
K nextKey;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TK;
V currentValue;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TV;
V nextValue;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TV;
int expectedModCount;
descriptor: I
flags: (0x0000)
public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap<K, V>);
descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
2: aload 0
aload 1
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.size:()I
ifeq 3
aload 1
getfield org.apache.commons.collections4.map.AbstractReferenceMap.data:[Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
arraylength
goto 4
StackMap locals: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator org.apache.commons.collections4.map.AbstractReferenceMap
StackMap stack: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator
3: iconst_0
StackMap locals: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator org.apache.commons.collections4.map.AbstractReferenceMap
StackMap stack: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator int
4: putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.index:I
5: aload 0
aload 1
getfield org.apache.commons.collections4.map.AbstractReferenceMap.modCount:I
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.expectedModCount:I
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator<TK;TV;>;
0 7 1 parent Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;)V
MethodParameters:
Name Flags
parent final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.checkMod:()V
1: goto 18
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.entry:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
astore 1
start local 1 3: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.index:I
istore 2
start local 2 4: goto 7
5: StackMap locals: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry int
StackMap stack:
iinc 2 -1
6: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.data:[Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
iload 2
aaload
checkcast org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry
astore 1
7: StackMap locals:
StackMap stack:
aload 1
ifnonnull 8
iload 2
ifgt 5
8: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.entry:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
9: aload 0
iload 2
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.index:I
10: aload 1
ifnonnull 14
11: aload 0
aconst_null
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.currentKey:Ljava/lang/Object;
12: aload 0
aconst_null
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.currentValue:Ljava/lang/Object;
13: iconst_0
ireturn
14: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getKey:()Ljava/lang/Object;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextKey:Ljava/lang/Object;
15: aload 0
aload 1
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextValue:Ljava/lang/Object;
16: aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextNull:()Z
ifeq 18
17: aload 0
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.entry:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.next:()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.entry:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
end local 2 end local 1 18: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextNull:()Z
ifne 2
19: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator<TK;TV;>;
3 18 1 e Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
4 18 2 i I
private void checkMod();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.modCount:I
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.expectedModCount:I
if_icmpeq 2
1: new java.util.ConcurrentModificationException
dup
invokespecial java.util.ConcurrentModificationException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator<TK;TV;>;
private boolean nextNull();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextKey:Ljava/lang/Object;
ifnull 1
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextValue:Ljava/lang/Object;
ifnull 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator<TK;TV;>;
protected org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> nextEntry();
descriptor: ()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.checkMod:()V
1: aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextNull:()Z
ifeq 3
aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.hasNext:()Z
ifne 3
2: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.entry:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.previous:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
4: aload 0
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.entry:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.next:()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.entry:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
5: aload 0
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextKey:Ljava/lang/Object;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.currentKey:Ljava/lang/Object;
6: aload 0
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextValue:Ljava/lang/Object;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.currentValue:Ljava/lang/Object;
7: aload 0
aconst_null
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextKey:Ljava/lang/Object;
8: aload 0
aconst_null
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.nextValue:Ljava/lang/Object;
9: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.previous:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator<TK;TV;>;
Signature: ()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
protected org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> currentEntry();
descriptor: ()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.checkMod:()V
1: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.previous:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator<TK;TV;>;
Signature: ()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.checkMod:()V
1: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.previous:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
ifnonnull 3
2: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.currentKey:Ljava/lang/Object;
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
4: aload 0
aconst_null
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.previous:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
5: aload 0
aconst_null
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.currentKey:Ljava/lang/Object;
6: aload 0
aconst_null
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.currentValue:Ljava/lang/Object;
7: aload 0
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.modCount:I
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator.expectedModCount:I
8: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AbstractReferenceMap.java"
NestHost: org.apache.commons.collections4.map.AbstractReferenceMap
InnerClasses:
ReferenceBaseIterator = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator of org.apache.commons.collections4.map.AbstractReferenceMap
protected ReferenceEntry = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry of org.apache.commons.collections4.map.AbstractReferenceMap