public final class UnsignedLong extends Number implements Comparable<UnsignedLong>
| Modifier and Type | Field and Description |
|---|---|
static UnsignedLong |
ZERO |
| Constructor and Description |
|---|
UnsignedLong(long underlying) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
bigIntegerValue() |
int |
compareTo(UnsignedLong o) |
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
String |
toString() |
static UnsignedLong |
valueOf(BigInteger bigInt) |
static UnsignedLong |
valueOf(long underlying) |
static UnsignedLong |
valueOf(String value) |
byteValue, shortValuepublic static final UnsignedLong ZERO
public BigInteger bigIntegerValue()
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic int compareTo(UnsignedLong o)
compareTo in interface Comparable<UnsignedLong>public static UnsignedLong valueOf(long underlying)
public static UnsignedLong valueOf(String value)
public static UnsignedLong valueOf(BigInteger bigInt)
Copyright © 2017 The Apache Software Foundation. All rights reserved.