|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.sciss.util.MutableInt
public class MutableInt
A mutable integer
Constructor Summary | |
---|---|
MutableInt(int initialValue)
|
Method Summary | |
---|---|
void |
add(int x)
|
void |
set(int newValue)
|
java.lang.String |
toString()
|
int |
value()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MutableInt(int initialValue)
Method Detail |
---|
public int value()
public void set(int newValue)
public void add(int x)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |