| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.database | 
 ELKI database layer - loading, storing, indexing and accessing data 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SingleObjectBundle | 
HashmapDatabase.delete(DBIDRef id)
Removes the object from the database (by calling  
HashmapDatabase.doDelete(DBIDRef)
 ) and indexes and fires a deletion event. | 
SingleObjectBundle | 
UpdatableDatabase.delete(DBIDRef id)
Removes and returns the specified objects with the given ids from the
 database. 
 | 
SingleObjectBundle | 
Database.getBundle(DBIDRef id)
Returns the DatabaseObject represented by the specified id. 
 | 
SingleObjectBundle | 
AbstractDatabase.getBundle(DBIDRef id)  |