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

  void <init>(org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2, java.util.Iterator);
    descriptor: (Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$2;Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2$1 this
        start local 2 // java.util.Iterator $anonymous0
         0: .line 157
            aload 0 /* this */
            aload 1
            putfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2$1.this$1:Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$2;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakSafeIterator.<init>:(Ljava/util/Iterator;)V
            return
        end local 2 // java.util.Iterator $anonymous0
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$2$1;
            0    1     2  $anonymous0  Ljava/util/Iterator<Ljava/util/Map$Entry<Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$WeakReference<TK;>;TV;>;>;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected java.util.Map$Entry<K, V> extract(java.util.Map$Entry<org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference<K>, V>);
    descriptor: (Ljava/util/Map$Entry;)Ljava/util/Map$Entry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2$1 this
        start local 1 // java.util.Map$Entry u
         0: .line 160
            aload 1 /* u */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference
            invokevirtual org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference.get:()Ljava/lang/Object;
            astore 2 /* key */
        start local 2 // java.lang.Object key
         1: .line 161
            aload 2 /* key */
            ifnonnull 3
         2: .line 162
            aconst_null
            areturn
         3: .line 164
      StackMap locals: java.lang.Object
      StackMap stack:
            new java.util.AbstractMap$SimpleEntry
            dup
            aload 2 /* key */
            aload 1 /* u */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokespecial java.util.AbstractMap$SimpleEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 2 // java.lang.Object key
        end local 1 // java.util.Map$Entry u
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$2$1;
            0    4     1     u  Ljava/util/Map$Entry<Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$WeakReference<TK;>;TV;>;
            1    4     2   key  TK;
    Signature: (Ljava/util/Map$Entry<Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$WeakReference<TK;>;TV;>;)Ljava/util/Map$Entry<TK;TV;>;
    MethodParameters:
      Name  Flags
      u     

  protected java.lang.Object extract(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.Map$Entry
            invokevirtual org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2$1.extract:(Ljava/util/Map$Entry;)Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$WeakSafeIterator<Ljava/util/Map$Entry<TK;TV;>;Ljava/util/Map$Entry<Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$WeakReference<TK;>;TV;>;>;
SourceFile: "ConcurrentWeakIdentityHashMap.java"
EnclosingMethod: org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2.iterator:()Ljava/util/Iterator;
NestHost: org.ehcache.core.collections.ConcurrentWeakIdentityHashMap
InnerClasses:
  public SimpleEntry = java.util.AbstractMap$SimpleEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map
  org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2
  org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$2$1
  private WeakReference = org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference of org.ehcache.core.collections.ConcurrentWeakIdentityHashMap
  private abstract WeakSafeIterator = org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakSafeIterator of org.ehcache.core.collections.ConcurrentWeakIdentityHashMap