Package org.antlr.v4.misc
Class MutableInt
- java.lang.Object
- 
- java.lang.Number
- 
- org.antlr.v4.misc.MutableInt
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<MutableInt>
 
 public class MutableInt extends Number implements Comparable<MutableInt> - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description intv
 - 
Constructor SummaryConstructors Constructor Description MutableInt(int v)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(MutableInt o)doubledoubleValue()booleanequals(Object o)floatfloatValue()inthashCode()intintValue()longlongValue()StringtoString()- 
Methods inherited from class java.lang.NumberbyteValue, shortValue
 
- 
 
- 
- 
- 
Method Detail- 
compareTopublic int compareTo(MutableInt o) - Specified by:
- compareToin interface- Comparable<MutableInt>
 
 - 
floatValuepublic float floatValue() - Specified by:
- floatValuein class- Number
 
 - 
doubleValuepublic double doubleValue() - Specified by:
- doubleValuein class- Number
 
 
- 
 
-