| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMapValue |
ImmutableValue.asMapValue() |
static ImmutableMapValue |
ValueFactory.emptyMap() |
ImmutableMapValue |
Variable.MapValueAccessor.immutableValue() |
static <K extends Value,V extends Value> |
ValueFactory.newMap(java.util.Map<K,V> map) |
static ImmutableMapValue |
ValueFactory.newMap(Value... kvs) |
static ImmutableMapValue |
ValueFactory.newMap(Value[] kvs,
boolean omitCopy) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMapValueImpl
ImmutableMapValueImpl Implements ImmutableMapValue using a Value[] field. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMapValue |
AbstractImmutableValue.asMapValue() |
ImmutableMapValue |
ImmutableMapValueImpl.asMapValue() |
static ImmutableMapValue |
ImmutableMapValueImpl.empty() |
ImmutableMapValue |
ImmutableMapValueImpl.immutableValue() |