|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jabm.util.MutableIntWrapper
public class MutableIntWrapper
A simple wrapper for a primitive int
value which is publically
mutable.
Field Summary | |
---|---|
int |
value
|
Constructor Summary | |
---|---|
MutableIntWrapper()
|
|
MutableIntWrapper(int value)
|
Method Summary | |
---|---|
int |
getValue()
|
int |
intValue()
|
void |
setValue(int value)
|
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 MutableIntWrapper()
public MutableIntWrapper(int value)
Method Detail |
---|
public int intValue()
public int getValue()
public void setValue(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |