Package co.nstant.in.cbor.model
Class SinglePrecisionFloat
- java.lang.Object
-
- co.nstant.in.cbor.model.DataItem
-
- co.nstant.in.cbor.model.Special
-
- co.nstant.in.cbor.model.AbstractFloat
-
- co.nstant.in.cbor.model.SinglePrecisionFloat
-
public class SinglePrecisionFloat extends AbstractFloat
-
-
Constructor Summary
Constructors Constructor Description SinglePrecisionFloat(float value)
-
Method Summary
-
Methods inherited from class co.nstant.in.cbor.model.AbstractFloat
equals, getValue, 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
-
-