Package com.couchbase.lite
Interface ArrayInterface
- All Superinterfaces:
JFleeceCollectionInterface
- All Known Subinterfaces:
IndexUpdater
,MutableArrayInterface
- All Known Implementing Classes:
Array
,MutableArray
,Result
@Internal("This interface is not part of the public API")
public interface ArrayInterface
extends JFleeceCollectionInterface
Internal interface
-
Method Summary
Modifier and TypeMethodDescriptiongetArray
(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) <T> T
toList()
Methods inherited from interface com.couchbase.lite.JFleeceCollectionInterface
count, isEmpty
-
Method Details
-
getBoolean
boolean getBoolean(int index) -
getInt
int getInt(int index) -
getLong
long getLong(int index) -
getFloat
float getFloat(int index) -
getDouble
double getDouble(int index) -
getNumber
-
getString
-
getDate
-
getBlob
-
getArray
-
getDictionary
-
getValue
-
getValue
-
toList
-