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>
public final class UnsignedLong
- extends Number
- implements Comparable<UnsignedLong>
- See Also:
- Serialized Form
ZERO
public static final UnsignedLong ZERO
UnsignedLong
public UnsignedLong(long underlying)
intValue
public int intValue()
- Specified by:
intValue in class Number
longValue
public long longValue()
- Specified by:
longValue in class Number
bigIntegerValue
public BigInteger bigIntegerValue()
floatValue
public float floatValue()
- Specified by:
floatValue in class Number
doubleValue
public double doubleValue()
- Specified by:
doubleValue in class Number
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
compareTo
public int compareTo(UnsignedLong o)
- Specified by:
compareTo in interface Comparable<UnsignedLong>
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
valueOf
public static UnsignedLong valueOf(long underlying)
valueOf
public static UnsignedLong valueOf(String value)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.