final class org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy
  super_class: java.lang.Object
{
  private final java.util.Iterator iter;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.hibernate.collection.internal.PersistentMap this$0;
    descriptor: Lorg/hibernate/collection/internal/PersistentMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.collection.internal.PersistentMap, java.util.Iterator);
    descriptor: (Lorg/hibernate/collection/internal/PersistentMap;Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy this
        start local 2 // java.util.Iterator iter
         0: .line 408
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy.this$0:Lorg/hibernate/collection/internal/PersistentMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 409
            aload 0 /* this */
            aload 2 /* iter */
            putfield org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy.iter:Ljava/util/Iterator;
         2: .line 410
            return
        end local 2 // java.util.Iterator iter
        end local 0 // org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/PersistentMap$EntryIteratorProxy;
            0    3     2  iter  Ljava/util/Iterator;
    MethodParameters:
        Name  Flags
      this$0  final
      iter    

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy this
         0: .line 415
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentMap$EntryIteratorProxy;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy this
         0: .line 421
            new org.hibernate.collection.internal.PersistentMap$MapEntryProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy.this$0:Lorg/hibernate/collection/internal/PersistentMap;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            invokespecial org.hibernate.collection.internal.PersistentMap$MapEntryProxy.<init>:(Lorg/hibernate/collection/internal/PersistentMap;Ljava/util/Map$Entry;)V
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentMap$EntryIteratorProxy;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy this
         0: .line 427
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy.this$0:Lorg/hibernate/collection/internal/PersistentMap;
            invokevirtual org.hibernate.collection.internal.PersistentMap.write:()V
         1: .line 428
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         2: .line 429
            return
        end local 0 // org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/PersistentMap$EntryIteratorProxy;
}
SourceFile: "PersistentMap.java"
NestHost: org.hibernate.collection.internal.PersistentMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  final EntryIteratorProxy = org.hibernate.collection.internal.PersistentMap$EntryIteratorProxy of org.hibernate.collection.internal.PersistentMap
  final MapEntryProxy = org.hibernate.collection.internal.PersistentMap$MapEntryProxy of org.hibernate.collection.internal.PersistentMap