public Table extends Markedup, NavigableValuesSource, MetaMorph
An immutable table of values
MetaMorph.Companion
Modifier and Type | Method and Description |
---|---|
Value |
get()
Get a specific value
|
Column |
getColumn()
Get an immutable column from this table
|
java.util.stream.Stream<hep.dataforge.tables.Column> |
getColumns()
Get columns as a stream
|
TableFormat |
getFormat()
A minimal set of fields to be displayed in this table. Could return empty format if source is unformatted
|
Markup |
markup() |
Meta |
toMeta() |
get, getDouble, getRow, size
getRows
Column getColumn()
Get an immutable column from this table
java.util.stream.Stream<hep.dataforge.tables.Column> getColumns()
Get columns as a stream
Value get()
Get a specific value
Markup markup()
TableFormat getFormat()
A minimal set of fields to be displayed in this table. Could return empty format if source is unformatted
Meta toMeta()