Class MDict
- java.lang.Object
-
- com.couchbase.lite.internal.fleece.MCollection
-
- com.couchbase.lite.internal.fleece.MDict
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanclear()booleancontains(String key)longcount()voidencodeTo(FLEncoder enc)MValueget(String key)List<String>getKeys()Iterator<String>iterator()booleanremove(String key)booleanset(String key, MValue value)-
Methods inherited from class com.couchbase.lite.internal.fleece.MCollection
getContext, hasMutableChildren, initAsCopyOf, isMutable, isMutated
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
MDict
public MDict()
-
MDict
public MDict(@NonNull MValue mv, @Nullable MCollection parent)
-
MDict
public MDict(@NonNull MDict mDict, boolean isMutable)
-
-