Package co.nstant.in.cbor.model
Class HalfPrecisionFloat
- 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.HalfPrecisionFloat
-
public class HalfPrecisionFloat extends AbstractFloat
-
-
Constructor Summary
Constructors Constructor Description HalfPrecisionFloat(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
-
-