Class MutableLong

    • Constructor Detail

      • MutableLong

        public MutableLong()
      • MutableLong

        public MutableLong​(long value)
    • Method Detail

      • setValue

        public void setValue​(long value)
      • increment

        public long increment()
      • decrement

        public long decrement()
      • add

        public long add​(long addend)
      • subtract

        public long subtract​(long 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object