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 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)
-
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)
-
-