de.sciss.util
Class MutableLong

java.lang.Object
  extended by de.sciss.util.MutableLong

public class MutableLong
extends java.lang.Object

A mutable long

Version:
0.11, 21-Apr-08
Author:
Hanns Holger Rutz

Constructor Summary
MutableLong(long initialValue)
           
 
Method Summary
 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