final class org.h2.mvstore.MVMap$EqualsDecisionMaker<V> extends org.h2.mvstore.MVMap$DecisionMaker<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.h2.mvstore.MVMap$EqualsDecisionMaker
  super_class: org.h2.mvstore.MVMap$DecisionMaker
{
  private final org.h2.mvstore.type.DataType dataType;
    descriptor: Lorg/h2/mvstore/type/DataType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final V expectedValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TV;

  private org.h2.mvstore.MVMap$Decision decision;
    descriptor: Lorg/h2/mvstore/MVMap$Decision;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/h2/mvstore/MVMap$Decision;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1882
            ldc Lorg/h2/mvstore/MVMap;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.h2.mvstore.MVMap$EqualsDecisionMaker.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.h2.mvstore.type.DataType, );
    descriptor: (Lorg/h2/mvstore/type/DataType;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
        start local 1 // org.h2.mvstore.type.DataType dataType
        start local 2 // java.lang.Object expectedValue
         0: .line 1887
            aload 0 /* this */
            invokespecial org.h2.mvstore.MVMap$DecisionMaker.<init>:()V
         1: .line 1888
            aload 0 /* this */
            aload 1 /* dataType */
            putfield org.h2.mvstore.MVMap$EqualsDecisionMaker.dataType:Lorg/h2/mvstore/type/DataType;
         2: .line 1889
            aload 0 /* this */
            aload 2 /* expectedValue */
            putfield org.h2.mvstore.MVMap$EqualsDecisionMaker.expectedValue:Ljava/lang/Object;
         3: .line 1890
            return
        end local 2 // java.lang.Object expectedValue
        end local 1 // org.h2.mvstore.type.DataType dataType
        end local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/h2/mvstore/MVMap$EqualsDecisionMaker<TV;>;
            0    4     1       dataType  Lorg/h2/mvstore/type/DataType;
            0    4     2  expectedValue  TV;
    Signature: (Lorg/h2/mvstore/type/DataType;TV;)V
    MethodParameters:
               Name  Flags
      dataType       
      expectedValue  

  public org.h2.mvstore.MVMap$Decision decide(V, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/h2/mvstore/MVMap$Decision;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
        start local 1 // java.lang.Object existingValue
        start local 2 // java.lang.Object providedValue
         0: .line 1894
            getstatic org.h2.mvstore.MVMap$EqualsDecisionMaker.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.h2.mvstore.MVMap$EqualsDecisionMaker.decision:Lorg/h2/mvstore/MVMap$Decision;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.mvstore.MVMap$EqualsDecisionMaker.dataType:Lorg/h2/mvstore/type/DataType;
            aload 0 /* this */
            getfield org.h2.mvstore.MVMap$EqualsDecisionMaker.expectedValue:Ljava/lang/Object;
            aload 1 /* existingValue */
            invokestatic org.h2.mvstore.MVMap.areValuesEqual:(Lorg/h2/mvstore/type/DataType;Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 2
            getstatic org.h2.mvstore.MVMap$Decision.ABORT:Lorg/h2/mvstore/MVMap$Decision;
            goto 4
         2: .line 1896
      StackMap locals:
      StackMap stack: org.h2.mvstore.MVMap$EqualsDecisionMaker
            aload 2 /* providedValue */
            ifnonnull 3
            getstatic org.h2.mvstore.MVMap$Decision.REMOVE:Lorg/h2/mvstore/MVMap$Decision;
            goto 4
      StackMap locals:
      StackMap stack: org.h2.mvstore.MVMap$EqualsDecisionMaker
         3: getstatic org.h2.mvstore.MVMap$Decision.PUT:Lorg/h2/mvstore/MVMap$Decision;
         4: .line 1895
      StackMap locals: org.h2.mvstore.MVMap$EqualsDecisionMaker java.lang.Object java.lang.Object
      StackMap stack: org.h2.mvstore.MVMap$EqualsDecisionMaker org.h2.mvstore.MVMap$Decision
            putfield org.h2.mvstore.MVMap$EqualsDecisionMaker.decision:Lorg/h2/mvstore/MVMap$Decision;
         5: .line 1897
            aload 0 /* this */
            getfield org.h2.mvstore.MVMap$EqualsDecisionMaker.decision: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$EqualsDecisionMaker this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/h2/mvstore/MVMap$EqualsDecisionMaker<TV;>;
            0    6     1  existingValue  TV;
            0    6     2  providedValue  TV;
    Signature: (TV;TV;)Lorg/h2/mvstore/MVMap$Decision;
    MethodParameters:
               Name  Flags
      existingValue  
      providedValue  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
         0: .line 1902
            aload 0 /* this */
            aconst_null
            putfield org.h2.mvstore.MVMap$EqualsDecisionMaker.decision:Lorg/h2/mvstore/MVMap$Decision;
         1: .line 1903
            return
        end local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/mvstore/MVMap$EqualsDecisionMaker<TV;>;

  org.h2.mvstore.MVMap$Decision getDecision();
    descriptor: ()Lorg/h2/mvstore/MVMap$Decision;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
         0: .line 1906
            aload 0 /* this */
            getfield org.h2.mvstore.MVMap$EqualsDecisionMaker.decision:Lorg/h2/mvstore/MVMap$Decision;
            areturn
        end local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/MVMap$EqualsDecisionMaker<TV;>;
    Signature: ()Lorg/h2/mvstore/MVMap$Decision;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
         0: .line 1911
            new java.lang.StringBuilder
            dup
            ldc "equals_to "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.h2.mvstore.MVMap$EqualsDecisionMaker.expectedValue:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.h2.mvstore.MVMap$EqualsDecisionMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/MVMap$EqualsDecisionMaker<TV;>;
}
Signature: <V:Ljava/lang/Object;>Lorg/h2/mvstore/MVMap$DecisionMaker<TV;>;
SourceFile: "MVMap.java"
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
  private final EqualsDecisionMaker = org.h2.mvstore.MVMap$EqualsDecisionMaker of org.h2.mvstore.MVMap