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
NumberFormatException
public UnsignedLong(BigInteger value) throws NumberFormatException
NumberFormatException
public UnsignedLong(long lValue) throws NumberFormatException
NumberFormatException
public UnsignedLong(String stValue) throws NumberFormatException
NumberFormatException
public static boolean isValid(BigInteger value)
public int compareTo(Object obj)
compareTo
in interface Comparable
public short shortValue()
shortValue
in class Number
public double doubleValue()
doubleValue
in class Number
public float floatValue()
floatValue
in class Number
Copyright © The Apache Software Foundation. All Rights Reserved.