Class MutableLong


  • public class MutableLong
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(long amount)  
      long get()  
      void increment()  
      void set​(long i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MutableLong

        public MutableLong​(long value)
      • MutableLong

        public MutableLong()
    • Method Detail

      • increment

        public void increment()
      • get

        public long get()
      • set

        public void set​(long i)
      • add

        public void add​(long amount)