Uses of Class
edu.uky.ai.util.Table.Column
Packages that use Table.Column
-
Uses of Table.Column in edu.uky.ai.util
Fields in edu.uky.ai.util declared as Table.ColumnModifier and TypeFieldDescriptionfinal Table.ColumnTable.Cell.columnThe column this cell belongs toFields in edu.uky.ai.util with type parameters of type Table.ColumnModifier and TypeFieldDescriptionfinal ImmutableArray<Table.Column>Table.columnsThe table's columnsMethods in edu.uky.ai.util that return Table.ColumnModifier and TypeMethodDescriptionReturns the column with the given label.Method parameters in edu.uky.ai.util with type arguments of type Table.ColumnModifier and TypeMethodDescriptionTable.sortByColumn(Comparator<? super Table.Column> comparator) Returns a new table whose columns have been sorted according to the given comparator.