@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(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() |
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, shortValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
validator
protected Uint64(Uint64 other)
public static Uint64 fromLongBits(long bits)
public static Uint64 fromUnsignedLong(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 Number
public final double doubleValue()
doubleValue
in class Number
public final UnsignedLong toUnsignedLong()
public final int compareTo(Uint64 o)
compareTo
in interface Comparable<Uint64>
public final String toCanonicalString()
CanonicalValue
toCanonicalString
in interface CanonicalValue<Uint64>
public final CanonicalValueSupport<Uint64> support()
CanonicalValue
CanonicalValue
associated with this type. It can be used to create new instances of this
representation.support
in interface CanonicalValue<Uint64>
CanonicalValue
instance.Copyright © 2020 OpenDaylight. All rights reserved.