public class Long extends Int
| Modifier and Type | Method and Description | 
|---|---|
double | 
doubleValue()
Returns the value of the Integer as double 
 | 
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 Long(long v)
public Long(String val)
public final int intValue()
public final float floatValue()
floatValue in class Intpublic final double doubleValue()
doubleValue in class Intpublic final long longValue()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.