final class org.hibernate.collection.internal.PersistentMap$Clear implements org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentMap$Clear
  super_class: java.lang.Object
{
  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);
    descriptor: (Lorg/hibernate/collection/internal/PersistentMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentMap$Clear this
         0: .line 573
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.PersistentMap$Clear.this$0:Lorg/hibernate/collection/internal/PersistentMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.collection.internal.PersistentMap$Clear this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentMap$Clear;
    MethodParameters:
        Name  Flags
      this$0  final

  public void operate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentMap$Clear this
         0: .line 576
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentMap$Clear.this$0:Lorg/hibernate/collection/internal/PersistentMap;
            getfield org.hibernate.collection.internal.PersistentMap.map:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         1: .line 577
            return
        end local 0 // org.hibernate.collection.internal.PersistentMap$Clear this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentMap$Clear;

  public java.lang.Object getAddedInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentMap$Clear this
         0: .line 581
            aconst_null
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentMap$Clear this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentMap$Clear;

  public java.lang.Object getOrphan();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentMap$Clear this
         0: .line 586
            new java.lang.UnsupportedOperationException
            dup
            ldc "queued clear cannot be used with orphan delete"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.collection.internal.PersistentMap$Clear this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentMap$Clear;
}
SourceFile: "PersistentMap.java"
NestHost: org.hibernate.collection.internal.PersistentMap
InnerClasses:
  protected abstract DelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection
  final Clear = org.hibernate.collection.internal.PersistentMap$Clear of org.hibernate.collection.internal.PersistentMap