Package com.couchbase.lite
Interface MutableDictionaryInterface
- All Superinterfaces:
DictionaryInterface
,JFleeceCollectionInterface
- 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 TypeMethodDescriptiongetDictionary
(String key) setBoolean
(String key, boolean value) setDictionary
(String key, Dictionary value) Methods inherited from interface com.couchbase.lite.DictionaryInterface
contains, getBlob, getBoolean, getDate, getDouble, getFloat, getInt, getKeys, getLong, getNumber, getString, getValue, getValue, toMap
Methods inherited from interface com.couchbase.lite.JFleeceCollectionInterface
count, isEmpty
-
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
-