class org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 extends java.util.AbstractSet<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1
  super_class: java.util.AbstractSet
{
  final org.ehcache.core.collections.ConcurrentWeakIdentityHashMap this$0;
    descriptor: Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.ehcache.core.collections.ConcurrentWeakIdentityHashMap);
    descriptor: (Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 this
         0: .line 121
            aload 0 /* this */
            aload 1
            putfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1.this$0:Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<K> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 this
         0: .line 124
            aload 0 /* this */
            getfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1.this$0:Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap;
            invokevirtual org.ehcache.core.collections.ConcurrentWeakIdentityHashMap.purgeKeys:()V
         1: .line 125
            new org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1.this$0:Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap;
            getfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap.map:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            invokespecial org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1$1.<init>:(Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$1;Ljava/util/Iterator;)V
            areturn
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$1;
    Signature: ()Ljava/util/Iterator<TK;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 this
        start local 1 // java.lang.Object o
         0: .line 135
            aload 0 /* this */
            getfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1.this$0:Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap;
            aload 1 /* o */
            invokevirtual org.ehcache.core.collections.ConcurrentWeakIdentityHashMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$1;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 this
         0: .line 140
            aload 0 /* this */
            getfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1.this$0:Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap;
            getfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap.map:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.size:()I
            ireturn
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$1;
}
Signature: Ljava/util/AbstractSet<TK;>;
SourceFile: "ConcurrentWeakIdentityHashMap.java"
EnclosingMethod: org.ehcache.core.collections.ConcurrentWeakIdentityHashMap.keySet:()Ljava/util/Set;
NestHost: org.ehcache.core.collections.ConcurrentWeakIdentityHashMap
InnerClasses:
  org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1
  org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$1$1
  private WeakReference = org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference of org.ehcache.core.collections.ConcurrentWeakIdentityHashMap