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.Companiondata| 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, toMetaget, getColumn, getColumns, getFormat, markup, toMetaget, getDouble, getRow, sizegetRowspublic 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()