public static interface CustomValue.CvArray extends CustomValue, Iterable<CustomValue>
CustomValue.CvType.ARRAY value.CustomValue.CvArray, CustomValue.CvObject, CustomValue.CvType| Modifier and Type | Method and Description |
|---|---|
CustomValue |
get(int index)
Gets the value at
index within this array value. |
int |
size()
Returns the number of values within this array value.
|
getAsArray, getAsBoolean, getAsNumber, getAsObject, getAsString, getTypeforEach, iterator, spliteratorint size()
CustomValue get(int index)
index within this array value.index - the index of the valueIndexOutOfBoundsException - if the index is not within {size()}