public final class UInt16 extends Scalar implements java.lang.Comparable<UInt16>
| Modifier and Type | Field and Description |
|---|---|
static UInt16 |
MAX_VALUE |
static int |
MAX_VALUE_INT |
static UInt16 |
MIN_VALUE |
static int |
MIN_VALUE_INT |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UInt16 o) |
boolean |
equals(java.lang.Object other) |
static UInt16 |
from(int number) |
UInt16 |
getMaxValue() |
UInt16 |
getMinValue() |
int |
hashCode() |
UInt16 |
incrementedByOne() |
int |
nativeRepresentation() |
doubleValue, floatValue, intValue, longValue, number, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcharAt, length, subSequencepublic static final int MIN_VALUE_INT
public static final int MAX_VALUE_INT
public static final UInt16 MIN_VALUE
public static final UInt16 MAX_VALUE
public int nativeRepresentation()
public static UInt16 from(int number)
public int compareTo(UInt16 o)
compareTo in interface java.lang.Comparable<UInt16>public UInt16 getMinValue()
getMinValue in class Scalarpublic UInt16 getMaxValue()
getMaxValue in class Scalarpublic UInt16 incrementedByOne()
incrementedByOne in class Scalar