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
-
shortValue
public short shortValue()- Overrides:
shortValuein classNumber
-
intValue
-
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
-
toString
-
valueOf
-
valueOf
- Throws:
NumberFormatException
-