public interface WritableDBIDDataStore extends DBIDDataStore, WritableDataStore<DBID>
Modifier and Type | Method and Description |
---|---|
DBID |
put(DBIDRef id,
DBID value)
Deprecated.
Use
putDBID(de.lmu.ifi.dbs.elki.database.ids.DBIDRef, de.lmu.ifi.dbs.elki.database.ids.DBIDRef) instead, to avoid boxing/unboxing cost. |
void |
put(DBIDRef id,
DBIDRef value)
Associates the specified value with the specified id in this storage.
|
void |
putDBID(DBIDRef id,
DBIDRef value)
Associates the specified value with the specified id in this storage.
|
assignVar, get
delete, destroy
getLongName, getShortName
@Deprecated DBID put(DBIDRef id, DBID value)
putDBID(de.lmu.ifi.dbs.elki.database.ids.DBIDRef, de.lmu.ifi.dbs.elki.database.ids.DBIDRef)
instead, to avoid boxing/unboxing cost.put
in interface WritableDataStore<DBID>
id
- Database ID.value
- Value to store.void putDBID(DBIDRef id, DBIDRef value)
id
- Database ID.value
- Value to store.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.