Package co.nstant.in.cbor.model
Class AbstractFloat
- java.lang.Object
-
- co.nstant.in.cbor.model.DataItem
-
- co.nstant.in.cbor.model.Special
-
- co.nstant.in.cbor.model.AbstractFloat
-
- Direct Known Subclasses:
HalfPrecisionFloat
,SinglePrecisionFloat
public class AbstractFloat extends Special
-
-
Constructor Summary
Constructors Constructor Description AbstractFloat(SpecialType specialType, float value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
float
getValue()
int
hashCode()
-
Methods inherited from class co.nstant.in.cbor.model.Special
getSpecialType, toString
-
Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag
-
-