Package com.couchbase.lite
Interface DictionaryInterface
- All Superinterfaces:
JFleeceCollectionInterface
- 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
extends JFleeceCollectionInterface
This is an internal interface and not part of the public API.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetBoolean(String key) getDictionary(String key) doublefloatintgetKeys()long<T> TtoMap()Methods inherited from interface com.couchbase.lite.JFleeceCollectionInterface
count, isEmpty
-
Method Details
-
contains
-
getKeys
-
getBoolean
-
getInt
-
getLong
-
getFloat
-
getDouble
-
getNumber
-
getString
-
getDate
-
getBlob
-
getArray
-
getDictionary
-
getValue
-
getValue
-
toMap
-