
public interface Index extends Result
| Modifier and Type | Method and Description | 
|---|---|
| boolean | delete(DBIDRef id)Deletes the specified object from this index. | 
| void | deleteAll(DBIDs ids)Deletes the specified objects from this index. | 
| PageFileStatistics | getPageFileStatistics()Get the underlying page file (or a proxy), for access counts. | 
| void | insert(DBIDRef id)Inserts the specified object into this index. | 
| void | insertAll(DBIDs ids)Inserts the specified objects into this index. | 
getLongName, getShortNamePageFileStatistics getPageFileStatistics()
void insert(DBIDRef id)
id - the object to be insertedvoid insertAll(DBIDs ids)
ids - the objects to be insertedboolean delete(DBIDRef id)
id - Object to removevoid deleteAll(DBIDs ids)
ids - Objects to remove