Class MutableInt


  • public class MutableInt
    extends Object
    This is a non-thread safe mutable int.
    • Constructor Detail

      • MutableInt

        public MutableInt​(int i)
    • Method Detail

      • increment

        public void increment()
      • getValue

        public int getValue()