All Methods Instance Methods Abstract Methods 
| Modifier and Type | 
Method and Description | 
com.couchbase.lite.MutableArrayInterface | 
getArray(String key)  | 
MutableDictionaryInterface | 
getDictionary(String key)  | 
MutableDictionaryInterface | 
remove(String key)  | 
MutableDictionaryInterface | 
setArray(String key,
        Array value)  | 
MutableDictionaryInterface | 
setBlob(String key,
       Blob value)  | 
MutableDictionaryInterface | 
setBoolean(String key,
          boolean value)  | 
MutableDictionaryInterface | 
setData(Map<String,Object> data)  | 
MutableDictionaryInterface | 
setDate(String key,
       Date value)  | 
MutableDictionaryInterface | 
setDictionary(String key,
             Dictionary value)  | 
MutableDictionaryInterface | 
setDouble(String key,
         double value)  | 
MutableDictionaryInterface | 
setFloat(String key,
        float value)  | 
MutableDictionaryInterface | 
setInt(String key,
      int value)  | 
MutableDictionaryInterface | 
setLong(String key,
       long value)  | 
MutableDictionaryInterface | 
setNumber(String key,
         Number value)  | 
MutableDictionaryInterface | 
setString(String key,
         String value)  | 
MutableDictionaryInterface | 
setValue(String key,
        Object value)  |