public class org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator extends org.eclipse.collections.impl.map.mutable.UnifiedMap<K, V>.PositionalIterator<java.util.Map$Entry<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator
super_class: org.eclipse.collections.impl.map.mutable.UnifiedMap$PositionalIterator
{
private final java.lang.ref.WeakReference<org.eclipse.collections.impl.map.mutable.UnifiedMap<K, V>> holder;
descriptor: Ljava/lang/ref/WeakReference;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/lang/ref/WeakReference<Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>;>;
final org.eclipse.collections.impl.map.mutable.UnifiedMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
protected void <init>(java.lang.ref.WeakReference<org.eclipse.collections.impl.map.mutable.UnifiedMap<K, V>>);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;Ljava/lang/ref/WeakReference;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
1: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.mutable.UnifiedMap$PositionalIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;)V
2: aload 0
aload 2
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.holder:Ljava/lang/ref/WeakReference;
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySetIterator;
0 4 2 holder Ljava/lang/ref/WeakReference<Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>;>;
Signature: (Ljava/lang/ref/WeakReference<Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>;>;)V
MethodParameters:
Name Flags
this$0 final
holder
protected java.util.Map$Entry<K, V> nextFromChain();
descriptor: ()Ljava/util/Map$Entry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
iconst_1
iadd
aaload
checkcast java.lang.Object[]
astore 1
start local 1 1: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.chainPosition:I
aaload
astore 2
start local 2 2: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.chainPosition:I
iconst_1
iadd
aaload
astore 3
start local 3 3: aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.chainPosition:I
iconst_2
iadd
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.chainPosition:I
4: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.chainPosition:I
aload 1
arraylength
if_icmpge 6
5: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.chainPosition:I
aaload
ifnonnull 8
6: StackMap locals: java.lang.Object[] java.lang.Object java.lang.Object
StackMap stack:
aload 0
iconst_0
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.chainPosition:I
7: aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
iconst_2
iadd
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
8: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.lastReturned:Z
9: new org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry
dup
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.holder:Ljava/lang/ref/WeakReference;
invokespecial org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/WeakReference;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySetIterator;
1 10 1 chain [Ljava/lang/Object;
2 10 2 cur Ljava/lang/Object;
3 10 3 value Ljava/lang/Object;
Signature: ()Ljava/util/Map$Entry<TK;TV;>;
public java.util.Map$Entry<K, V> next();
descriptor: ()Ljava/util/Map$Entry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.hasNext:()Z
ifne 2
1: new java.util.NoSuchElementException
dup
ldc "next() called, but the iterator is exhausted"
invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.count:I
3: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
astore 1
start local 1 4: aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.chainPosition:I
ifeq 7
5: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.nextFromChain:()Ljava/util/Map$Entry;
areturn
6: StackMap locals: java.lang.Object[]
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
iconst_2
iadd
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
7: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
aaload
ifnull 6
8: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
aaload
astore 2
start local 2 9: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
iconst_1
iadd
aaload
astore 3
start local 3 10: aload 2
getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
if_acmpne 12
11: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.nextFromChain:()Ljava/util/Map$Entry;
areturn
12: StackMap locals: java.lang.Object java.lang.Object
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
iconst_2
iadd
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.position:I
13: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.lastReturned:Z
14: new org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry
dup
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
aload 2
invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.holder:Ljava/lang/ref/WeakReference;
invokespecial org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/WeakReference;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$EntrySetIterator;
4 15 1 table [Ljava/lang/Object;
9 15 2 cur Ljava/lang/Object;
10 15 3 value Ljava/lang/Object;
Signature: ()Ljava/util/Map$Entry<TK;TV;>;
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.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator.next:()Ljava/util/Map$Entry;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>.PositionalIterator<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "UnifiedMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.UnifiedMap
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
protected EntrySetIterator = org.eclipse.collections.impl.map.mutable.UnifiedMap$EntrySetIterator of org.eclipse.collections.impl.map.mutable.UnifiedMap
protected abstract PositionalIterator = org.eclipse.collections.impl.map.mutable.UnifiedMap$PositionalIterator of org.eclipse.collections.impl.map.mutable.UnifiedMap
protected WeakBoundEntry = org.eclipse.collections.impl.map.mutable.UnifiedMap$WeakBoundEntry of org.eclipse.collections.impl.map.mutable.UnifiedMap