public class Int extends Number
| Modifier and Type | Method and Description | 
|---|---|
static Number | 
create(String s)  | 
double | 
doubleValue()
Returns the value of the Integer as double 
 | 
boolean | 
equals(Object n)  | 
float | 
floatValue()
Returns the value of the Integer as float 
 | 
int | 
intValue()
Returns the value of the Integer as int 
 | 
long | 
longValue()
Returns the value of the Integer as long 
 | 
String | 
toString()  | 
compareDoubleValues, getIntegerNumber, toStringSmallpublic Int()
public Int(String v) throws NumberFormatException
NumberFormatExceptionpublic Int(int v)
public int intValue()
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic long longValue()
public static Number create(String s) throws NumberFormatException
NumberFormatExceptionCopyright © 2020–2024 Prolobjectlink Project. All rights reserved.