public class MutableInt extends Numberimplements Comparable <Number >
| Modifier and Type | Field and Description |
|---|---|
int |
v
|
| Constructor and Description |
|---|
MutableInt(int v)
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Number
|
double |
doubleValue()
|
boolean |
equals(Object
|
float |
floatValue()
|
int |
hashCode()
|
int |
intValue()
|
long |
longValue()
|
String |
toString()
|
byteValue, shortValue