Package de.sciss.util

Class MutableLong


  • public class MutableLong
    extends java.lang.Object
    A mutable long
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableLong​(long initialValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(long x)  
      void set​(long newValue)  
      java.lang.String toString()  
      long value()  
      • Methods inherited from class java.lang.Object

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

      • MutableLong

        public MutableLong​(long initialValue)
    • Method Detail

      • value

        public long value()
      • set

        public void set​(long newValue)
      • add

        public void add​(long x)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object