class org.h2.mvstore.MVMap$DecisionMaker$5 extends org.h2.mvstore.MVMap$DecisionMaker<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.h2.mvstore.MVMap$DecisionMaker$5
  super_class: org.h2.mvstore.MVMap$DecisionMaker
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.mvstore.MVMap$DecisionMaker$5 this
         0: .line 1595
            aload 0 /* this */
            invokespecial org.h2.mvstore.MVMap$DecisionMaker.<init>:()V
            return
        end local 0 // org.h2.mvstore.MVMap$DecisionMaker$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/MVMap$DecisionMaker$5;

  public org.h2.mvstore.MVMap$Decision decide(, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/h2/mvstore/MVMap$Decision;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.h2.mvstore.MVMap$DecisionMaker$5 this
        start local 1 // java.lang.Object existingValue
        start local 2 // java.lang.Object providedValue
         0: .line 1598
            aload 1 /* existingValue */
            ifnull 1
            getstatic org.h2.mvstore.MVMap$Decision.PUT:Lorg/h2/mvstore/MVMap$Decision;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.h2.mvstore.MVMap$Decision.ABORT:Lorg/h2/mvstore/MVMap$Decision;
      StackMap locals:
      StackMap stack: org.h2.mvstore.MVMap$Decision
         2: areturn
        end local 2 // java.lang.Object providedValue
        end local 1 // java.lang.Object existingValue
        end local 0 // org.h2.mvstore.MVMap$DecisionMaker$5 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/h2/mvstore/MVMap$DecisionMaker$5;
            0    3     1  existingValue  Ljava/lang/Object;
            0    3     2  providedValue  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/h2/mvstore/MVMap$Decision;
    MethodParameters:
               Name  Flags
      existingValue  
      providedValue  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.mvstore.MVMap$DecisionMaker$5 this
         0: .line 1603
            ldc "if_present"
            areturn
        end local 0 // org.h2.mvstore.MVMap$DecisionMaker$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/MVMap$DecisionMaker$5;
}
Signature: Lorg/h2/mvstore/MVMap$DecisionMaker<Ljava/lang/Object;>;
SourceFile: "MVMap.java"
EnclosingMethod: org.h2.mvstore.MVMap$DecisionMaker
NestHost: org.h2.mvstore.MVMap
InnerClasses:
  public final Decision = org.h2.mvstore.MVMap$Decision of org.h2.mvstore.MVMap
  public abstract DecisionMaker = org.h2.mvstore.MVMap$DecisionMaker of org.h2.mvstore.MVMap
  org.h2.mvstore.MVMap$DecisionMaker$5