Package org.apache.qpid.proton.amqp
Class UnsignedLong
java.lang.Object
java.lang.Number
org.apache.qpid.proton.amqp.UnsignedLong
- All Implemented Interfaces:
Serializable,Comparable<UnsignedLong>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoublebooleanfloatinthashCode()intintValue()longtoString()static UnsignedLongvalueOf(long underlying) static UnsignedLongstatic UnsignedLongvalueOf(BigInteger bigInt) Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
ZERO
-
-
Constructor Details
-
UnsignedLong
public UnsignedLong(long underlying)
-
-
Method Details
-
intValue
public int intValue() -
longValue
public long longValue() -
bigIntegerValue
-
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<UnsignedLong>
-
hashCode
public int hashCode() -
toString
-
valueOf
-
valueOf
-
valueOf
-