Class MutableInt

java.lang.Object
java.lang.Number
org.optaplanner.core.impl.util.MutableInt
All Implemented Interfaces:
Serializable, Comparable<MutableInt>

public final class MutableInt extends Number implements Comparable<MutableInt>
See Also:
  • Constructor Details

    • MutableInt

      public MutableInt()
    • MutableInt

      public MutableInt(int value)
  • Method Details

    • setValue

      public void setValue(int value)
    • increment

      public int increment()
    • decrement

      public int decrement()
    • add

      public int add(int addend)
    • subtract

      public int subtract(int subtrahend)
    • intValue

      public int intValue()
      Specified by:
      intValue in class Number
    • longValue

      public long longValue()
      Specified by:
      longValue in class Number
    • floatValue

      public float floatValue()
      Specified by:
      floatValue in class Number
    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in class Number
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(MutableInt other)
      Specified by:
      compareTo in interface Comparable<MutableInt>
    • toString

      public String toString()
      Overrides:
      toString in class Object