public class UnsignedLong extends Number implements Comparable
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
lValue |
| Constructor and Description |
|---|
UnsignedLong() |
UnsignedLong(BigInteger value) |
UnsignedLong(double value) |
UnsignedLong(long lValue) |
UnsignedLong(String stValue) |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
int |
compareTo(Object obj) |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
static boolean |
isValid(BigInteger value) |
long |
longValue() |
short |
shortValue() |
String |
toString() |
protected BigInteger lValue
public UnsignedLong()
public UnsignedLong(double value)
throws NumberFormatException
NumberFormatExceptionpublic UnsignedLong(BigInteger value) throws NumberFormatException
NumberFormatExceptionpublic UnsignedLong(long lValue)
throws NumberFormatException
NumberFormatExceptionpublic UnsignedLong(String stValue) throws NumberFormatException
NumberFormatExceptionpublic static boolean isValid(BigInteger value)
public int compareTo(Object obj)
compareTo in interface Comparablepublic short shortValue()
shortValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic float floatValue()
floatValue in class NumberCopyright © The Apache Software Foundation. All Rights Reserved.