Package io.deephaven.qst.column
Class Column<T>
java.lang.Object
io.deephaven.qst.column.Column<T>
- Type Parameters:
T
- the array's item type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionarray()
static <T> Column<T>
static <T> Column<T>
empty
(ColumnHeader<T> header) final ColumnHeader<T>
header()
abstract String
name()
static <T> Column<T>
of
(ColumnHeader<T> header, Collection<T> data) static <T> Column<T>
of
(ColumnHeader<T> header, T... data) static <T> Column<T>
static <T> Column<T>
static <T> Column<T>
of
(String name, Class<T> clazz, Collection<T> values) static <T> Column<T>
final int
size()
final NewTable
toTable()
type()
-
Constructor Details
-
Column
public Column()
-
-
Method Details
-
of
-
empty
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
ofBoolean
-
ofUnsafe
-
ofUnsafe
-
ofUnsafe
-
ofUnsafe
-
ofUnsafe
-
ofUnsafe
-
ofUnsafe
-
ofByte
-
ofChar
-
ofShort
-
ofInt
-
ofLong
-
ofFloat
-
ofDouble
-
cast
-
name
-
array
-
header
-
type
-
size
public final int size() -
toTable
-