class org.h2.mvstore.MVMap$DecisionMaker$2 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$2
  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$2 this
         0: .line 1550
            aload 0 /* this */
            invokespecial org.h2.mvstore.MVMap$DecisionMaker.<init>:()V
            return
        end local 0 // org.h2.mvstore.MVMap$DecisionMaker$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/MVMap$DecisionMaker$2;

  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$2 this
        start local 1 // java.lang.Object existingValue
        start local 2 // java.lang.Object providedValue
         0: .line 1553
            getstatic org.h2.mvstore.MVMap$Decision.PUT:Lorg/h2/mvstore/MVMap$Decision;
            areturn
        end local 2 // java.lang.Object providedValue
        end local 1 // java.lang.Object existingValue
        end local 0 // org.h2.mvstore.MVMap$DecisionMaker$2 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/h2/mvstore/MVMap$DecisionMaker$2;
            0    1     1  existingValue  Ljava/lang/Object;
            0    1     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$2 this
         0: .line 1558
            ldc "put"
            areturn
        end local 0 // org.h2.mvstore.MVMap$DecisionMaker$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/MVMap$DecisionMaker$2;
}
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$2