Class MutableInt

    • Constructor Detail

      • MutableInt

        public MutableInt()
      • MutableInt

        public MutableInt​(int value)
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object