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