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