public class FLArray extends Object
Constructor and Description |
---|
FLArray(long handle) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
asArray() |
<T> List<T> |
asTypedArray() |
long |
count()
Returns the number of items in an array; 0 if handle is null.
|
FLValue |
get(long index)
Returns an value at an array index, or null if the index is out of range.
|
public long count()
public FLValue get(long index)
index
- index for valuepublic <T> List<T> asTypedArray()