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) booleangetBoolean(int index) getDate(int index) getDictionary(int index) doublegetDouble(int index) floatgetFloat(int index) intgetInt(int index) longgetLong(int index) getNumber(int index) getString(int index) getValue(int index) <T> TtoList()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
-