Serializable, Comparable<Number>public class MutableInt extends Number implements Comparable<Number>
| Modifier and Type | Field | Description |
|---|---|---|
int |
v |
| Constructor | Description |
|---|---|
MutableInt(int v) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(Number o) |
|
double |
doubleValue() |
|
boolean |
equals(Object o) |
|
float |
floatValue() |
|
int |
hashCode() |
|
int |
intValue() |
|
long |
longValue() |
|
String |
toString() |
byteValue, shortValuepublic int compareTo(Number o)
compareTo in interface Comparable<Number>public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 1992–2019 ANTLR. All rights reserved.