public class ObjectArrayColumn extends ArrayColumn
Constructor | Description |
---|---|
ObjectArrayColumn(ColumnInfo base,
java.lang.Object[] data) |
Constructs a new column backed by a given array of objects.
|
getArray, isWritable, makeColumn, makeColumn, makeColumn, readValue, storeValue
getColumnInfo, setColumnInfo
public ObjectArrayColumn(ColumnInfo base, java.lang.Object[] data)
base
- the column info on which to base this column's infodata
- an array of primitives or objects which will form
the storage for this columnjava.lang.IllegalArgumentException
- if data isn't an array or
base.getContentClass() is incompatible with
dataCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.