Package co.nstant.in.cbor.model
Class DoublePrecisionFloat
- java.lang.Object
-
- co.nstant.in.cbor.model.DataItem
-
- co.nstant.in.cbor.model.Special
-
- co.nstant.in.cbor.model.DoublePrecisionFloat
-
public class DoublePrecisionFloat extends Special
-
-
Constructor Summary
Constructors Constructor Description DoublePrecisionFloat(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
double
getValue()
int
hashCode()
String
toString()
-
Methods inherited from class co.nstant.in.cbor.model.Special
getSpecialType
-
Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag
-
-