Uses of Class
lukfor.tables.rows.Row
-
Packages that use Row Package Description lukfor.tables lukfor.tables.columns lukfor.tables.rows lukfor.tables.rows.filters lukfor.tables.rows.mappers lukfor.tables.rows.processors -
-
Uses of Row in lukfor.tables
Methods in lukfor.tables that return Row Modifier and Type Method Description RowRowOperations. append()RowRowOperations. get(int index)RowTable. getRow(int index)Methods in lukfor.tables that return types with arguments of type Row Modifier and Type Method Description List<Row>RowOperations. getAll(String column, Object value)List<Row>RowOperations. getAll(IRowFilter filter)List<Row>RowOperations. getAllByRegEx(String column, String value) -
Uses of Row in lukfor.tables.columns
Methods in lukfor.tables.columns with parameters of type Row Modifier and Type Method Description ObjectIBuildValueFunction. buildValue(Row row) -
Uses of Row in lukfor.tables.rows
Methods in lukfor.tables.rows that return Row Modifier and Type Method Description RowTableIndex. getRow(Object value)Methods in lukfor.tables.rows with parameters of type Row Modifier and Type Method Description voidRow. fill(Row row)ObjectIRowMapper. getKey(Row row)voidIRowProcessor. process(Row row) -
Uses of Row in lukfor.tables.rows.filters
Methods in lukfor.tables.rows.filters with parameters of type Row Modifier and Type Method Description booleanIRowFilter. accepts(Row row)booleanRowValueRegExFilter. accepts(Row row) -
Uses of Row in lukfor.tables.rows.mappers
Methods in lukfor.tables.rows.mappers with parameters of type Row Modifier and Type Method Description ObjectBinRowMapper. getKey(Row row) -
Uses of Row in lukfor.tables.rows.processors
Methods in lukfor.tables.rows.processors with parameters of type Row Modifier and Type Method Description voidRowCopyProcessor. process(Row row)voidRowDuplicateProcessor. process(Row row)voidRowGroupProcessor. process(Row row)voidRowSelectionProcessor. process(Row row)
-