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 Number
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
public int compareTo(UnsignedByte o)
compareTo
in interface Comparable<UnsignedByte>
public static UnsignedByte valueOf(byte underlying)
public static UnsignedByte valueOf(String value) throws NumberFormatException
NumberFormatException
Copyright © 2016 The Apache Software Foundation. All rights reserved.