Uses of Class
highfive.model.Column
-
Packages that use Column Package Description highfive.model -
-
Uses of Column in highfive.model
Methods in highfive.model that return types with arguments of type Column Modifier and Type Method Description List<Column>Table. getColumns()Methods in highfive.model with parameters of type Column Modifier and Type Method Description intColumn. compareTo(Column o)Constructor parameters in highfive.model with type arguments of type Column Constructor Description Table(Identifier identifier, List<Column> columns)
-