Constructor and Description |
---|
MDict() |
MDict(MDict mDict,
boolean isMutable) |
MDict(MValue mv,
MCollection parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
clear() |
boolean |
contains(String key) |
long |
count() |
void |
encodeTo(FLEncoder enc) |
MValue |
get(String key) |
List<String> |
getKeys() |
Iterator<String> |
iterator() |
boolean |
remove(String key) |
boolean |
set(String key,
MValue value) |
getContext, hasMutableChildren, initAsCopyOf, isMutable, isMutated
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public MDict()
public MDict(@NonNull MValue mv, @Nullable MCollection parent)
public MDict(@NonNull MDict mDict, boolean isMutable)