|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--shared.IntRef
This is an integer wrapper, made because the JDK1.2.2 Integer wrapper doesn't allow changes to be made to the integer value.
| Field Summary | |
int |
value
The value of this wrapper. |
| Constructor Summary | |
IntRef()
Constructor. |
|
IntRef(int v)
Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object rhs)
Compares this IntRef object to the specified IntRef object. |
java.lang.String |
toString()
Converts this wrapper to a String. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public int value
| Constructor Detail |
public IntRef()
public IntRef(int v)
v - The value to be stored in this wrapper.| Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object rhs)
rhs - The Object to be compared to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||