| Constructor and Description |
|---|
MDict() |
| 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() |
void |
initAsCopyOf(MDict d,
boolean isMutable) |
void |
initInSlot(MValue mv,
MCollection parent) |
Iterator<String> |
iterator() |
boolean |
remove(String key) |
boolean |
set(String key,
MValue value) |
getContext, hasMutableChildren, initAsCopyOf, isMutable, isMutatedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void initInSlot(MValue mv, MCollection parent)
public void initAsCopyOf(MDict d, boolean isMutable)
public long count()
public boolean clear()
public boolean contains(String key)
public boolean remove(String key)