public class BasicArrayValue extends AbstractRightValue
| Constructor and Description |
|---|
BasicArrayValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Integer index) |
void |
set(Integer index,
Object object)
Set the index-th element of the array
|
isArray, isBoolean, isDouble, isJavaObject, isLong, isNumeric, isStringpublic void set(Integer index, Object object) throws ExecutionException
index - object - the new value for the arrayExecutionExceptionpublic Object get(Integer index) throws ExecutionException
ExecutionExceptionCopyright © 2012 Verhas and Verhas Software Craftsmen. All Rights Reserved.