public class ListTable extends ListOfPoints implements Table
An immutable row-based Table based on ArrayList. Row access is fast, but column access could be complicated
Modifier and Type | Class and Description |
---|---|
static class |
ListTable.Builder |
MetaMorph.Companion
data
Constructor and Description |
---|
ListTable()
Проверяет, что все точки соответствуют формату
|
ListTable() |
ListTable()
Проверяет, что все точки соответствуют формату
|
ListTable() |
Modifier and Type | Method and Description |
---|---|
void |
addRow() |
static ListTable |
copy() |
Value |
get() |
Column |
getColumn()
{@inheritDoc}
|
java.util.stream.Stream<hep.dataforge.tables.Column> |
getColumns() |
TableFormat |
getFormat()
{@inheritDoc}
|
addRow, addRows, buildFromMeta, clear, equals, get, getRow, iterator, size, toMeta
get, getColumn, getColumns, getFormat, markup, toMeta
get, getDouble, getRow, size
getRows
public ListTable()
Проверяет, что все точки соответствуют формату
public ListTable()
public ListTable()
Проверяет, что все точки соответствуют формату
public ListTable()
public static ListTable copy()
public void addRow()
public TableFormat getFormat()
{@inheritDoc}
public Column getColumn()
{@inheritDoc}
public java.util.stream.Stream<hep.dataforge.tables.Column> getColumns()
public Value get()