Package co.nstant.in.cbor.model
Class Special
- java.lang.Object
-
- co.nstant.in.cbor.model.DataItem
-
- co.nstant.in.cbor.model.Special
-
- Direct Known Subclasses:
AbstractFloat,DoublePrecisionFloat,SimpleValue
public class Special extends DataItem
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSpecial(SpecialType specialType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)SpecialTypegetSpecialType()inthashCode()StringtoString()-
Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag
-
-
-
-
Field Detail
-
BREAK
public static final Special BREAK
-
-
Constructor Detail
-
Special
protected Special(SpecialType specialType)
-
-