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 SummaryModifier and TypeMethodDescriptiongetDictionary(String key) setBoolean(String key, boolean value) setDictionary(String key, Dictionary value) Methods inherited from interface com.couchbase.lite.DictionaryInterfacecontains, getBlob, getBoolean, getDate, getDouble, getFloat, getInt, getKeys, getLong, getNumber, getString, getValue, getValue, toMapMethods inherited from interface com.couchbase.lite.JFleeceCollectionInterfacecount, isEmpty
- 
Method Details- 
getArray- Specified by:
- getArrayin interface- DictionaryInterface
 
- 
getDictionary- Specified by:
- getDictionaryin interface- DictionaryInterface
 
- 
remove
- 
setInt
- 
setLong
- 
setFloat
- 
setDouble
- 
setBoolean
- 
setNumber
- 
setString
- 
setDate
- 
setBlob
- 
setValue
- 
setArray
- 
setDictionary
- 
setData
- 
setJSON
 
-