Package com.couchbase.lite
Interface JFleeceCollectionInterface
- All Known Subinterfaces:
ArrayInterface
,DictionaryInterface
,IndexUpdater
,MutableArrayInterface
,MutableDictionaryInterface
- All Known Implementing Classes:
AbstractJFleeceCollection
,Array
,Dictionary
,Document
,MutableArray
,MutableDictionary
,MutableDocument
,Result
public interface JFleeceCollectionInterface
API common to both Dictionary and Array interfaces.
-
Method Summary
-
Method Details
-
count
int count() -
isEmpty
boolean isEmpty()
-