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