public class MutableInt extends Number implements 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 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–2020 ANTLR. All rights reserved.