Class MutableLong

    • Field Detail

      • value

        public long value
    • Constructor Detail

      • MutableLong

        public MutableLong()
      • MutableLong

        public MutableLong(long v)
    • Method Detail

      • 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()
      • compareTo

        public int compareTo(Number n)