Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
void |
addRow(String primaryKeyColumnName,
Map<String,Object> map)
Add a row to the table.
|
MapRow |
find(Object uniqueID)
Retrieve a row based on its primary key.
|
Iterator<MapRow> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public MapRow find(Object uniqueID)
uniqueID
- unique ID of the required rowpublic void addRow(String primaryKeyColumnName, Map<String,Object> map)
primaryKeyColumnName
- primary key column namemap
- Map containing row dataCopyright © 2000–2024 Packwood Software. All rights reserved.