public abstract class AbstractIndexedTable extends AbstractTable implements IndexedTable
Modifier | Constructor and Description |
---|---|
protected |
AbstractIndexedTable() |
Modifier and Type | Method and Description |
---|---|
Map<ColumnsValue,List<Row>> |
getIndex(Columns key) |
Map<ColumnsValue,Row> |
getUniqueIndex(Columns key) |
findColumn, getColumn, getRow, print
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findColumn, getColumn, getColumnClass, getColumnCount, getColumnName, getRow, getRowCount, getValueAt, print
public Map<ColumnsValue,Row> getUniqueIndex(Columns key)
getUniqueIndex
in interface IndexedTable
public Map<ColumnsValue,List<Row>> getIndex(Columns key)
getIndex
in interface IndexedTable
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.