public final class UnsignedByte extends Number implements Comparable<org.apache.qpid.proton.amqp.UnsignedByte>
UnsignedByte class.| Constructor and Description |
|---|
UnsignedByte(byte underlying) |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
int |
compareTo(org.apache.qpid.proton.amqp.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 static UnsignedByte valueOf(byte underlying)
public static UnsignedByte valueOf(String value) throws NumberFormatException
NumberFormatExceptionpublic short shortValue()
shortValue in class Numberpublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic int compareTo(org.apache.qpid.proton.amqp.UnsignedByte o)
compareTo in interface Comparable<org.apache.qpid.proton.amqp.UnsignedByte>Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.