final class org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet extends java.util.AbstractSet<java.util.Map$Entry<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet
super_class: java.util.AbstractSet
{
final org.jruby.util.collections.ConcurrentWeakHashMap this$0;
descriptor: Lorg/jruby/util/collections/ConcurrentWeakHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.util.collections.ConcurrentWeakHashMap);
descriptor: (Lorg/jruby/util/collections/ConcurrentWeakHashMap;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet.this$0:Lorg/jruby/util/collections/ConcurrentWeakHashMap;
aload 0
invokespecial java.util.AbstractSet.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/util/collections/ConcurrentWeakHashMap$EntrySet;
MethodParameters:
Name Flags
this$0 final
public java.util.Iterator<java.util.Map$Entry<K, V>> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.jruby.util.collections.ConcurrentWeakHashMap$EntryIterator
dup
aload 0
getfield org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet.this$0:Lorg/jruby/util/collections/ConcurrentWeakHashMap;
invokespecial org.jruby.util.collections.ConcurrentWeakHashMap$EntryIterator.<init>:(Lorg/jruby/util/collections/ConcurrentWeakHashMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/util/collections/ConcurrentWeakHashMap$EntrySet;
Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 3: aload 0
getfield org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet.this$0:Lorg/jruby/util/collections/ConcurrentWeakHashMap;
aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
astore 3
start local 3 4: aload 3
ifnull 5
aload 3
aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 5
iconst_1
ireturn
StackMap locals: java.util.Map$Entry java.lang.Object
StackMap stack:
5: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/util/collections/ConcurrentWeakHashMap$EntrySet;
0 6 1 o Ljava/lang/Object;
3 6 2 e Ljava/util/Map$Entry<**>;
4 6 3 v TV;
MethodParameters:
Name Flags
o
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 3: aload 0
getfield org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet.this$0:Lorg/jruby/util/collections/ConcurrentWeakHashMap;
aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap.remove:(Ljava/lang/Object;Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/util/collections/ConcurrentWeakHashMap$EntrySet;
0 4 1 o Ljava/lang/Object;
3 4 2 e Ljava/util/Map$Entry<**>;
MethodParameters:
Name Flags
o
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet.this$0:Lorg/jruby/util/collections/ConcurrentWeakHashMap;
invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/util/collections/ConcurrentWeakHashMap$EntrySet;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet.this$0:Lorg/jruby/util/collections/ConcurrentWeakHashMap;
invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap.isEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/util/collections/ConcurrentWeakHashMap$EntrySet;
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet.this$0:Lorg/jruby/util/collections/ConcurrentWeakHashMap;
invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/util/collections/ConcurrentWeakHashMap$EntrySet;
}
Signature: Ljava/util/AbstractSet<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "ConcurrentWeakHashMap.java"
NestHost: org.jruby.util.collections.ConcurrentWeakHashMap
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
final EntryIterator = org.jruby.util.collections.ConcurrentWeakHashMap$EntryIterator of org.jruby.util.collections.ConcurrentWeakHashMap
final EntrySet = org.jruby.util.collections.ConcurrentWeakHashMap$EntrySet of org.jruby.util.collections.ConcurrentWeakHashMap