Package com.couchbase.lite
Interface MutableDictionaryInterface
- All Superinterfaces:
DictionaryInterface
- All Known Implementing Classes:
MutableDictionary
,MutableDocument
@Internal("This interface is not part of the public API")
public interface MutableDictionaryInterface
extends DictionaryInterface
This is an internal interface and not part of the public API.
-
Method Summary
Modifier and TypeMethodDescriptioncom.couchbase.lite.MutableArrayInterface
getDictionary
(String key) setBoolean
(String key, boolean value) setDictionary
(String key, Dictionary value)
-
Method Details
-
getArray
- Specified by:
getArray
in interfaceDictionaryInterface
-
getDictionary
- Specified by:
getDictionary
in interfaceDictionaryInterface
-
remove
-
setInt
-
setLong
-
setFloat
-
setDouble
-
setBoolean
-
setNumber
-
setString
-
setDate
-
setBlob
-
setValue
-
setArray
-
setDictionary
-
setData
-
setJSON
-