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, shortValue
public int compareTo(Number o)
compareTo
in interface Comparable<Number>
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
Copyright © 1992–2020 ANTLR. All rights reserved.