Uses of Class
edu.uky.ai.util.Table.Column
Package | Description |
---|---|
edu.uky.ai.util |
Contains assorted helpful objects.
|
-
Uses of Table.Column in edu.uky.ai.util
Fields in edu.uky.ai.util declared as Table.Column Modifier and Type Field Description Table.Column
Table.Cell. column
The column this cell belongs toFields in edu.uky.ai.util with type parameters of type Table.Column Modifier and Type Field Description ImmutableArray<Table.Column>
Table. columns
The table's columnsMethods in edu.uky.ai.util that return Table.Column Modifier and Type Method Description Table.Column
Table. getColumn(java.lang.Object label)
Returns the column with the given label.Method parameters in edu.uky.ai.util with type arguments of type Table.Column Modifier and Type Method Description Table
Table. sortByColumn(java.util.Comparator<? super Table.Column> comparator)
Returns a new table whose columns have been sorted according to the given comparator.