|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--compress.IntWrapper
Wraps around a primitive int so that it can be passed by reference instead of by value.
| Field Summary | |
private int |
_value
|
| Constructor Summary | |
IntWrapper()
|
|
| Method Summary | |
int |
getValue()
Gets the value of the IntWrapper |
void |
setValue(int value)
Sets the value of the IntWrapper |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private int _value
| Constructor Detail |
public IntWrapper()
| Method Detail |
public int getValue()
public void setValue(int value)
int - The new value
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||