Class MutableInteger

    • Field Detail

      • value

        public int value
    • Constructor Detail

      • MutableInteger

        public MutableInteger()
      • MutableInteger

        public MutableInteger(int v)
    • Method Detail

      • compareTo

        public int compareTo(Number n)
      • toString

        public String toString()
      • clone

        public Object clone()
      • equals

        public boolean equals(Object t)
      • hashCode

        public int hashCode()
      • doubleValue

        public double doubleValue()
      • floatValue

        public float floatValue()
      • intValue

        public int intValue()
      • longValue

        public long longValue()