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 protected
Special(SpecialType specialType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
SpecialType
getSpecialType()
int
hashCode()
String
toString()
-
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)
-
-