Module aya.base
Package org.aya.terck

Enum Class Selector.DecrOrd

java.lang.Object
java.lang.Enum<Selector.DecrOrd>
org.aya.terck.Selector.DecrOrd
All Implemented Interfaces:
Serializable, Comparable<Selector.DecrOrd>, Constable
Enclosing interface:
Selector

public static enum Selector.DecrOrd extends Enum<Selector.DecrOrd>
A weaker Relation used in decrease amount (speed) comparison
  • Enum Constant Details

  • Method Details

    • values

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

      public static Selector.DecrOrd valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • compareBool

      @NotNull public static @NotNull Selector.DecrOrd compareBool(boolean l, boolean r)
    • compareInt

      @NotNull public static @NotNull Selector.DecrOrd compareInt(int l, int r)
    • add

      @NotNull public @NotNull Selector.DecrOrd add(@NotNull @NotNull Selector.DecrOrd rhs)
    • mul

      @NotNull public @NotNull Selector.DecrOrd mul(@NotNull @NotNull Selector.DecrOrd rhs)