class sun.misc.SoftCache$EntrySet extends java.util.AbstractSet
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.misc.SoftCache$EntrySet
super_class: java.util.AbstractSet
{
java.util.Set hashEntries;
descriptor: Ljava/util/Set;
flags: (0x0000)
final sun.misc.SoftCache this$0;
descriptor: Lsun/misc/SoftCache;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(sun.misc.SoftCache);
descriptor: (Lsun/misc/SoftCache;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.misc.SoftCache$EntrySet.this$0:Lsun/misc/SoftCache;
aload 0
invokespecial java.util.AbstractSet.<init>:()V
1: aload 0
aload 1
getfield sun.misc.SoftCache.hash:Ljava/util/Map;
invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
putfield sun.misc.SoftCache$EntrySet.hashEntries:Ljava/util/Set;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/misc/SoftCache$EntrySet;
MethodParameters:
Name Flags
this$0 final
public java.util.Iterator iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new sun.misc.SoftCache$EntrySet$1
dup
aload 0
invokespecial sun.misc.SoftCache$EntrySet$1.<init>:(Lsun/misc/SoftCache$EntrySet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/misc/SoftCache$EntrySet;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.misc.SoftCache$EntrySet.iterator:()Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/misc/SoftCache$EntrySet;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
invokevirtual sun.misc.SoftCache$EntrySet.iterator:()Ljava/util/Iterator;
astore 2
start local 2 2: goto 4
StackMap locals: int java.util.Iterator
StackMap stack:
3: iinc 1 1
aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
pop
StackMap locals:
StackMap stack:
4: aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
end local 2 5: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/misc/SoftCache$EntrySet;
1 6 1 j I
2 5 2 i Ljava/util/Iterator;
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.misc.SoftCache$EntrySet.this$0:Lsun/misc/SoftCache;
invokevirtual sun.misc.SoftCache.processQueue:()V
1: aload 1
instanceof sun.misc.SoftCache$Entry
ifeq 2
aload 0
getfield sun.misc.SoftCache$EntrySet.hashEntries:Ljava/util/Set;
aload 1
checkcast sun.misc.SoftCache$Entry
getfield sun.misc.SoftCache$Entry.ent:Ljava/util/Map$Entry;
invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/misc/SoftCache$EntrySet;
0 3 1 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
static sun.misc.SoftCache access$0(sun.misc.SoftCache$EntrySet);
descriptor: (Lsun/misc/SoftCache$EntrySet;)Lsun/misc/SoftCache;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield sun.misc.SoftCache$EntrySet.this$0:Lsun/misc/SoftCache;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "SoftCache.java"
NestHost: sun.misc.SoftCache
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
private Entry = sun.misc.SoftCache$Entry of sun.misc.SoftCache
private EntrySet = sun.misc.SoftCache$EntrySet of sun.misc.SoftCache
sun.misc.SoftCache$EntrySet$1