|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.morph.util.MutableInteger
public class MutableInteger
Holder for a mutable int. Good for ThreadLocal stacks, etc.
Field Summary | |
---|---|
int |
value
|
Constructor Summary | |
---|---|
MutableInteger()
Construct a new Int with the default value (0). |
|
MutableInteger(int value)
Construct a new Int with the specified value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int value
Constructor Detail |
---|
public MutableInteger()
public MutableInteger(int value)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |