public final class UnsignedLong extends Number implements Comparable<UnsignedLong>
UnsignedLong class.| 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 static UnsignedLong valueOf(long underlying)
public static UnsignedLong valueOf(String value)
public static UnsignedLong valueOf(BigInteger bigInt)
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>Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.