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 TypeMethodDescriptionboolean
boolean
getBoolean
(String key) getDictionary
(String key) double
float
int
getKeys()
long
<T> T
toMap()
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
-