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, logStatistics
getLongName, getShortName
boolean 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 insertedCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.