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 // sun.misc.SoftCache$EntrySet this
         0: .line 391
            aload 0 /* this */
            aload 1
            putfield sun.misc.SoftCache$EntrySet.this$0:Lsun/misc/SoftCache;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 392
            aload 0 /* this */
            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: .line 391
            return
        end local 0 // sun.misc.SoftCache$EntrySet this
      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 // sun.misc.SoftCache$EntrySet this
         0: .line 396
            new sun.misc.SoftCache$EntrySet$1
            dup
            aload 0 /* this */
            invokespecial sun.misc.SoftCache$EntrySet$1.<init>:(Lsun/misc/SoftCache$EntrySet;)V
            areturn
        end local 0 // sun.misc.SoftCache$EntrySet this
      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 // sun.misc.SoftCache$EntrySet this
         0: .line 431
            aload 0 /* this */
            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 // sun.misc.SoftCache$EntrySet this
      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 // sun.misc.SoftCache$EntrySet this
         0: .line 435
            iconst_0
            istore 1 /* j */
        start local 1 // int j
         1: .line 436
            aload 0 /* this */
            invokevirtual sun.misc.SoftCache$EntrySet.iterator:()Ljava/util/Iterator;
            astore 2 /* i */
        start local 2 // java.util.Iterator i
         2: goto 4
      StackMap locals: int java.util.Iterator
      StackMap stack:
         3: iinc 1 /* j */ 1
            aload 2 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
      StackMap locals:
      StackMap stack:
         4: aload 2 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // java.util.Iterator i
         5: .line 437
            iload 1 /* j */
            ireturn
        end local 1 // int j
        end local 0 // sun.misc.SoftCache$EntrySet this
      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 // sun.misc.SoftCache$EntrySet this
        start local 1 // java.lang.Object o
         0: .line 441
            aload 0 /* this */
            getfield sun.misc.SoftCache$EntrySet.this$0:Lsun/misc/SoftCache;
            invokevirtual sun.misc.SoftCache.processQueue:()V
         1: .line 442
            aload 1 /* o */
            instanceof sun.misc.SoftCache$Entry
            ifeq 2
            aload 0 /* this */
            getfield sun.misc.SoftCache$EntrySet.hashEntries:Ljava/util/Set;
            aload 1 /* o */
            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: .line 443
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // sun.misc.SoftCache$EntrySet this
      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: .line 391
            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