org.apache.qpid.proton.amqp
Class Decimal128
java.lang.Object
java.lang.Number
org.apache.qpid.proton.amqp.Decimal128
- All Implemented Interfaces:
- Serializable
public final class Decimal128
- extends Number
- See Also:
- Serialized Form
Decimal128
public Decimal128(BigDecimal underlying)
Decimal128
public Decimal128(long msb,
long lsb)
Decimal128
public Decimal128(byte[] data)
intValue
public int intValue()
- Specified by:
intValue in class Number
longValue
public long longValue()
- Specified by:
longValue in class Number
floatValue
public float floatValue()
- Specified by:
floatValue in class Number
doubleValue
public double doubleValue()
- Specified by:
doubleValue in class Number
getMostSignificantBits
public long getMostSignificantBits()
getLeastSignificantBits
public long getLeastSignificantBits()
asBytes
public byte[] asBytes()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.