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