Package org.msgpack.value
Interface ImmutableMapValue
-
- All Superinterfaces:
ImmutableValue
,MapValue
,Value
- All Known Implementing Classes:
ImmutableMapValueImpl
public interface ImmutableMapValue extends MapValue, ImmutableValue
Immutable representation of MessagePack's Map type. MessagePack's Map type can represent sequence of key-value pairs.
-
-
Method Summary
-
Methods inherited from interface org.msgpack.value.ImmutableValue
asArrayValue, asBinaryValue, asBooleanValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asRawValue, asStringValue
-
Methods inherited from interface org.msgpack.value.MapValue
entrySet, getKeyValueArray, keySet, map, size, values
-
Methods inherited from interface org.msgpack.value.Value
asExtensionValue, asNumberValue, equals, getValueType, immutableValue, isArrayValue, isBinaryValue, isBooleanValue, isExtensionValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isNumberValue, isRawValue, isStringValue, toJson, writeTo
-
-