public interface DBIDDataStore extends DataStore<DBID>
Modifier and Type | Method and Description |
---|---|
DBIDVar |
assignVar(DBIDRef id,
DBIDVar var)
Retrieves an object from the storage.
|
DBID |
get(DBIDRef id)
Deprecated.
Use
assignVar(de.lmu.ifi.dbs.elki.database.ids.DBIDRef, de.lmu.ifi.dbs.elki.database.ids.DBIDVar) and a DBIDVar instead, to avoid boxing/unboxing cost. |
getLongName, getShortName
@Deprecated DBID get(DBIDRef id)
assignVar(de.lmu.ifi.dbs.elki.database.ids.DBIDRef, de.lmu.ifi.dbs.elki.database.ids.DBIDVar)
and a DBIDVar
instead, to avoid boxing/unboxing cost.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.