@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, waitvalidatorprotected 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 Numberpublic final float floatValue()
floatValue in class Numberpublic final double doubleValue()
doubleValue in class Numberpublic final int compareTo(Uint16 o)
compareTo in interface Comparable<Uint16>public final String toCanonicalString()
CanonicalValuetoCanonicalString in interface CanonicalValue<Uint16>public final CanonicalValueSupport<Uint16> support()
CanonicalValueCanonicalValue associated with this type. It can be used to create new instances of this
representation.support in interface CanonicalValue<Uint16>CanonicalValue instance.Copyright © 2019 OpenDaylight. All rights reserved.