public final class UnsignedShort extends Number implements Comparable<UnsignedShort>
Modifier and Type | Field and Description |
---|---|
static UnsignedShort |
MAX_VALUE |
Constructor and Description |
---|
UnsignedShort(short underlying) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(UnsignedShort o) |
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
String |
toString() |
static UnsignedShort |
valueOf(short underlying) |
static UnsignedShort |
valueOf(String value) |
public static final UnsignedShort MAX_VALUE
public short shortValue()
shortValue
in class Number
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
public int compareTo(UnsignedShort o)
compareTo
in interface Comparable<UnsignedShort>
public static UnsignedShort valueOf(short underlying)
public static UnsignedShort valueOf(String value)
Copyright © 2016 The Apache Software Foundation. All rights reserved.