| Constructor and Description |
|---|
StringTable(java.lang.String... start) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
join(java.lang.String separator)
Joins the cell values of the column this table points to with the given separator between items.
|
void |
setColumnMap(java.util.LinkedHashMap<java.lang.String,java.lang.Integer> columnMap)
Deprecated.
since 1.2; for internal use only
|
void |
setColumnName(java.lang.String columnName)
Deprecated.
since 1.2; set via the constructor and not meant to be changed afterward
|
void |
setTable(java.util.ArrayList<java.util.ArrayList<java.lang.Object>> table)
Deprecated.
since 1.2; for internal use only
|
java.util.ArrayList<T> |
toList() |
as, copy, derive, deriveAll, dropColumns, expand, expand, expandAll, expandAll, filter, filter, filterRows, getColumnMap, getColumnName, getTable, iterator, iterator, rowCount, selectColumns, stream, stream, toList, toSet, toSet, toStringpublic java.lang.String join(java.lang.String separator)
separator - the separator, can be empty but must not be nulljava.lang.NullPointerException - if the separator is null@Deprecated public void setColumnName(java.lang.String columnName)
columnName - the name of the column this table should point to@Deprecated public void setTable(java.util.ArrayList<java.util.ArrayList<java.lang.Object>> table)
table - the list of rows@Deprecated public void setColumnMap(java.util.LinkedHashMap<java.lang.String,java.lang.Integer> columnMap)
columnMap - the map from column name to index in the lists that make up rows