Class MutableLong


  • public class MutableLong
    extends Object
    A mutable long
    Author:
    bratseth
    • Constructor Detail

      • MutableLong

        public MutableLong​(long value)
    • Method Detail

      • get

        public long get()
      • set

        public void set​(long value)
      • add

        public long add​(long increment)
        Adds the increment to the current value and returns the resulting value
      • subtract

        public long subtract​(long increment)
        Adds the increment to the current value and returns the resulting value