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