Enum MVMap.Decision

java.lang.Object
java.lang.Enum<MVMap.Decision>
org.h2.mvstore.MVMap.Decision
All Implemented Interfaces:
Serializable, Comparable<MVMap.Decision>, java.lang.constant.Constable
Enclosing class:
MVMap<K,V>

public static enum MVMap.Decision extends Enum<MVMap.Decision>
The decision on what to do on an update.
  • Enum Constant Details

  • Constructor Details

    • Decision

      private Decision()
  • Method Details

    • values

      public static MVMap.Decision[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MVMap.Decision valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null