Package co.nstant.in.cbor.model
Class Tag
- java.lang.Object
-
- co.nstant.in.cbor.model.DataItem
-
- co.nstant.in.cbor.model.Tag
-
public class Tag extends DataItem
-
-
Constructor Summary
Constructors Constructor Description Tag(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
long
getValue()
int
hashCode()
String
toString()
-
Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag
-
-