public interface IndexedTable extends Table
Modifier and Type | Method and Description |
---|---|
Map<ColumnsValue,List<Row>> |
getIndex(Columns key) |
Map<ColumnsValue,Row> |
getUniqueIndex(Columns key) |
findColumn, getColumn, getColumnClass, getColumnCount, getColumnName, getRow, getRowCount, getValueAt, print
Map<ColumnsValue,Row> getUniqueIndex(Columns key)
Map<ColumnsValue,List<Row>> getIndex(Columns key)
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.