Package com.couchbase.lite
Interface ArrayInterface
- All Known Implementing Classes:
Array
,MutableArray
,Result
@Internal
public interface ArrayInterface
Internal interface
-
Method Summary
Modifier and TypeMethodDescriptionint
count()
getArray
(int index) getBlob
(int index) boolean
getBoolean
(int index) getDate
(int index) getDictionary
(int index) double
getDouble
(int index) float
getFloat
(int index) int
getInt
(int index) long
getLong
(int index) getNumber
(int index) getString
(int index) getValue
(int index) toJSON()
toList()
-
Method Details
-
count
int count() -
getInt
int getInt(int index) -
getLong
long getLong(int index) -
getFloat
float getFloat(int index) -
getDouble
double getDouble(int index) -
getBoolean
boolean getBoolean(int index) -
getNumber
-
getString
-
getDate
-
getBlob
-
getArray
-
getDictionary
-
getValue
-
toList
-
toJSON
-