final class org.hibernate.collection.internal.PersistentMap$Remove extends org.hibernate.collection.internal.PersistentMap$AbstractMapValueDelayedOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentMap$Remove
  super_class: org.hibernate.collection.internal.PersistentMap$AbstractMapValueDelayedOperation
{
  final org.hibernate.collection.internal.PersistentMap this$0;
    descriptor: Lorg/hibernate/collection/internal/PersistentMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.hibernate.collection.internal.PersistentMap, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/hibernate/collection/internal/PersistentMap;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hibernate.collection.internal.PersistentMap$Remove this
        start local 2 // java.lang.Object index
        start local 3 // java.lang.Object orphan
         0: .line 603
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.PersistentMap$Remove.this$0:Lorg/hibernate/collection/internal/PersistentMap;
         1: .line 604
            aload 0 /* this */
            aload 1
            aload 2 /* index */
            aconst_null
            aload 3 /* orphan */
            invokespecial org.hibernate.collection.internal.PersistentMap$AbstractMapValueDelayedOperation.<init>:(Lorg/hibernate/collection/internal/PersistentMap;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 605
            return
        end local 3 // java.lang.Object orphan
        end local 2 // java.lang.Object index
        end local 0 // org.hibernate.collection.internal.PersistentMap$Remove this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/hibernate/collection/internal/PersistentMap$Remove;
            0    3     2   index  Ljava/lang/Object;
            0    3     3  orphan  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      this$0  final
      index   
      orphan  

  public void operate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentMap$Remove this
         0: .line 610
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentMap$Remove.this$0:Lorg/hibernate/collection/internal/PersistentMap;
            getfield org.hibernate.collection.internal.PersistentMap.map:Ljava/util/Map;
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentMap$Remove.getIndex:()Ljava/lang/Object;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 611
            return
        end local 0 // org.hibernate.collection.internal.PersistentMap$Remove this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentMap$Remove;
}
SourceFile: "PersistentMap.java"
NestHost: org.hibernate.collection.internal.PersistentMap
InnerClasses:
  abstract AbstractMapValueDelayedOperation = org.hibernate.collection.internal.PersistentMap$AbstractMapValueDelayedOperation of org.hibernate.collection.internal.PersistentMap
  final Remove = org.hibernate.collection.internal.PersistentMap$Remove of org.hibernate.collection.internal.PersistentMap