
public interface WritableRecordStore extends RecordStore
| Modifier and Type | Method and Description |
|---|---|
<T> WritableDataStore<T> |
getStorage(int col,
Class<? super T> datatype)
Get a
WritableDataStore instance for a particular record column. |
boolean |
remove(DBIDRef id)
Remove an object from the store, all columns.
|
<T> WritableDataStore<T> getStorage(int col, Class<? super T> datatype)
WritableDataStore instance for a particular record column.getStorage in interface RecordStoreT - Data typecol - Column numberdatatype - data classboolean remove(DBIDRef id)
id - object ID to remove