@Beta @NonNullByDefault public class Uint64 extends Number implements CanonicalValue<Uint64>
| Modifier and Type | Class and Description |
|---|---|
static class |
Uint64.Support |
| Modifier | Constructor and Description |
|---|---|
protected |
Uint64(Uint64 other) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Uint64 o) |
double |
doubleValue() |
boolean |
equals(@Nullable Object obj) |
float |
floatValue() |
static Uint64 |
fromLongBits(long bits) |
static Uint64 |
fromUnsignedLong(com.google.common.primitives.UnsignedLong ulong) |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
CanonicalValueSupport<Uint64> |
support()
Return the
CanonicalValue associated with this type. |
String |
toCanonicalString()
Return the canonical string representation of this value.
|
String |
toString() |
com.google.common.primitives.UnsignedLong |
toUnsignedLong() |
static Uint64 |
valueOf(BigInteger bigInt) |
static Uint64 |
valueOf(byte byteVal) |
static Uint64 |
valueOf(int intVal) |
static Uint64 |
valueOf(long longVal) |
static Uint64 |
valueOf(short shortVal) |
static Uint64 |
valueOf(String string) |
static Uint64 |
valueOf(String string,
int radix) |
static Uint64 |
valueOf(Uint16 uint) |
static Uint64 |
valueOf(Uint32 uint) |
static Uint64 |
valueOf(Uint8 uint) |
byteValue, shortValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidatorprotected Uint64(Uint64 other)
public static Uint64 fromLongBits(long bits)
public static Uint64 fromUnsignedLong(com.google.common.primitives.UnsignedLong ulong)
public static Uint64 valueOf(byte byteVal)
public static Uint64 valueOf(short shortVal)
public static Uint64 valueOf(int intVal)
public static Uint64 valueOf(long longVal)
public static Uint64 valueOf(BigInteger bigInt)
public final float floatValue()
floatValue in class Numberpublic final double doubleValue()
doubleValue in class Numberpublic final com.google.common.primitives.UnsignedLong toUnsignedLong()
public final int compareTo(Uint64 o)
compareTo in interface Comparable<Uint64>public final String toCanonicalString()
CanonicalValuetoCanonicalString in interface CanonicalValue<Uint64>public final CanonicalValueSupport<Uint64> support()
CanonicalValueCanonicalValue associated with this type. It can be used to create new instances of this
representation.support in interface CanonicalValue<Uint64>CanonicalValue instance.Copyright © 2019 OpenDaylight. All rights reserved.