public interface DictionaryInterface
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String key) |
int |
count() |
com.couchbase.lite.ArrayInterface |
getArray(String key) |
Blob |
getBlob(String key) |
boolean |
getBoolean(String key) |
Date |
getDate(String key) |
DictionaryInterface |
getDictionary(String key) |
double |
getDouble(String key) |
float |
getFloat(String key) |
int |
getInt(String key) |
List<String> |
getKeys() |
long |
getLong(String key) |
Number |
getNumber(String key) |
String |
getString(String key) |
Object |
getValue(String key) |
Map<String,Object> |
toMap() |
int count()
int getInt(@NonNull String key)
long getLong(@NonNull String key)
float getFloat(@NonNull String key)
double getDouble(@NonNull String key)
boolean getBoolean(@NonNull String key)
@Nullable com.couchbase.lite.ArrayInterface getArray(@NonNull String key)
@Nullable DictionaryInterface getDictionary(@NonNull String key)
boolean contains(@NonNull String key)