[]
final Object[][]
final void
setElements(Object[][] value)
getChildren
ArrayNode
from array.elements
- Array elements. The value can't be null
( Nothing
).null
. Supported types:
double
, String
, boolean
, CalcError
. The following types will be normalized to double
if you convert theArrayNode
to string
and then convert it back:
byte
, short
, int
, long
, float
. Floating-point types can't be NaN or infinity.
null
. Supported types:
double
, String
, boolean
, CalcError
. The following types will be normalized to double
if you convert theArrayNode
to string
and then convert it back:
byte
, short
, int
, long
, float
. Floating-point types can't be NaN or infinity.
value
- A two-dimensional array containing the elements to be set for this node.