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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarray()static <T> Column<T>static <T> Column<T>empty(ColumnHeader<T> header) final ColumnHeader<T>header()abstract Stringname()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 intsize()final NewTabletoTable()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
-