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