final class org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$EntryIterator extends org.eclipse.collections.impl.map.mutable.ConcurrentHashMap<K, V>.HashIterator<java.util.Map$Entry<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$EntryIterator
super_class: org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$HashIterator
{
final org.eclipse.collections.impl.map.mutable.ConcurrentHashMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.map.mutable.ConcurrentHashMap);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$EntryIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$HashIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$EntryIterator;
MethodParameters:
Name Flags
this$0 final
public java.util.Map$Entry<K, V> next();
descriptor: ()Ljava/util/Map$Entry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$EntryIterator.nextEntry:()Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$Entry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$EntryIterator;
Signature: ()Ljava/util/Map$Entry<TK;TV;>;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$EntryIterator.removeByKeyValue:()Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$EntryIterator;
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.ConcurrentHashMap$EntryIterator.next:()Ljava/util/Map$Entry;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap<TK;TV;>.HashIterator<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "ConcurrentHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.ConcurrentHashMap
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
private final Entry = org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Entry of org.eclipse.collections.impl.map.mutable.ConcurrentHashMap
private final EntryIterator = org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$EntryIterator of org.eclipse.collections.impl.map.mutable.ConcurrentHashMap
private abstract HashIterator = org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$HashIterator of org.eclipse.collections.impl.map.mutable.ConcurrentHashMap