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 o) |
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 IllegalArgumentException
IllegalArgumentExceptionpublic UnsignedLong(String stValue) throws NumberFormatException
NumberFormatExceptionpublic static boolean isValid(BigInteger value)
public short shortValue()
shortValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic float floatValue()
floatValue in class Numberpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.