
public interface DBIDDataStore extends DataStore<DBID>
| Modifier and Type | Method and Description | 
|---|---|
| void | 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 aDBIDVarinstead, 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.