Package com.couchbase.lite
Interface DictionaryInterface
- All Known Subinterfaces:
MutableDictionaryInterface
- All Known Implementing Classes:
Dictionary
,Document
,MutableDictionary
,MutableDocument
,Result
@Internal("This interface is not part of the public API")
public interface DictionaryInterface
This is an internal interface and not part of the public API.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
count()
boolean
getBoolean
(String key) getDictionary
(String key) double
float
int
getKeys()
long
toJSON()
toMap()
-
Method Details
-
count
int count() -
contains
-
getInt
-
getLong
-
getFloat
-
getDouble
-
getBoolean
-
getNumber
-
getString
-
getDate
-
getBlob
-
getArray
-
getDictionary
-
getValue
-
getKeys
-
toMap
-
toJSON
- Throws:
CouchbaseLiteException
-