Package org.apache.qpid.proton.amqp
Class UnsignedByte
java.lang.Object
java.lang.Number
org.apache.qpid.proton.amqp.UnsignedByte
- All Implemented Interfaces:
Serializable,Comparable<UnsignedByte>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyteintdoublebooleanfloatinthashCode()intintValue()longshorttoString()static UnsignedBytevalueOf(byte underlying) static UnsignedByte
-
Constructor Details
-
UnsignedByte
public UnsignedByte(byte underlying)
-
-
Method Details
-
byteValue
public byte byteValue() -
shortValue
public short shortValue()- Overrides:
shortValuein classNumber
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<UnsignedByte>
-
hashCode
public int hashCode() -
toString
-
valueOf
-
valueOf
- Throws:
NumberFormatException
-