Interface | Description |
---|---|
BoolTable |
A table of
boolean values. |
ByteTable |
A table of byte-precision integer values.
|
CharTable |
A table of
char values. |
Column<T> |
A column of data of a
Table . |
DoubleTable |
A table of double-precision floating point values.
|
FloatTable |
A table of float-precision floating point values.
|
GenericTable |
A flexible table capable of storing any values as
Object s. |
IntTable |
A table of int-precision integer values.
|
LongTable |
A table of long-precision integer values.
|
PrimitiveColumn<ArrayType,BaseType> |
A column of data backed by a
PrimitiveArray . |
ShortTable |
A table of short-precision integer values.
|
Table<C extends Column<? extends T>,T> |
A table of values.
|
TableDisplay |
Class | Description |
---|---|
AbstractTable<C extends Column<? extends T>,T> |
Abstract superclass for column-oriented
Table implementations. |
BoolColumn |
Efficient implementation of
Column for boolean primitives. |
ByteColumn |
Efficient implementation of
Column for byte primitives. |
CharColumn |
Efficient implementation of
Column for char primitives. |
DefaultBoolTable |
Default implementation of
BoolTable . |
DefaultByteTable |
Default implementation of
ByteTable . |
DefaultCharTable |
Default implementation of
CharTable . |
DefaultColumn<T> |
Default implementation of
Column . |
DefaultDoubleTable |
Default implementation of
DoubleTable . |
DefaultFloatTable |
Default implementation of
FloatTable . |
DefaultGenericTable |
Default implementation of
GenericTable . |
DefaultIntTable |
Default implementation of
IntTable . |
DefaultLongTable |
Default implementation of
LongTable . |
DefaultShortTable |
Default implementation of
ShortTable . |
DefaultTableDisplay |
Default display for
Table s, including DoubleTable s. |
DefaultTableIOPlugin |
Plugin for reading/writing
GenericTable s. |
DoubleColumn |
Efficient implementation of
Column for double primitives. |
FloatColumn |
Efficient implementation of
Column for float primitives. |
GenericColumn |
A column that can consist of any
Object s. |
IntColumn |
Efficient implementation of
Column for int primitives. |
LongColumn |
Efficient implementation of
Column for long primitives. |
ShortColumn |
Efficient implementation of
Column for short primitives. |
TableLoader |
Loads a text file containing comma separated values into a
DoubleTable . |
Tables |
Utility methods for constructing tables.
|
Copyright © 2015–2022 SciJava. All rights reserved.