Package co.nstant.in.cbor.model
Class Map
java.lang.Object
co.nstant.in.cbor.model.DataItem
co.nstant.in.cbor.model.Map
public class Map extends DataItem
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)DataItemget(DataItem key)Collection<DataItem>getKeys()Collection<DataItem>getValues()inthashCode()booleanisChunked()Mapput(DataItem key, DataItem value)DataItemremove(DataItem key)co.nstant.in.cbor.model.ChunkableDataItemsetChunked(boolean chunked)StringtoString()Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag