
public interface DynamicIndex extends Index
| 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. 
 | 
void | 
insert(DBIDRef id)
Inserts the specified object into this index. 
 | 
void | 
insertAll(DBIDs ids)
Inserts the specified objects into this index. 
 | 
initialize, logStatisticsgetLongName, getShortNameboolean delete(DBIDRef id)
id - Object to removevoid insert(DBIDRef id)
id - the object to be insertedvoid deleteAll(DBIDs ids)
ids - Objects to removevoid insertAll(DBIDs ids)
ids - the objects to be inserted