public interface DoubleDistanceDataStore extends DataStore<DoubleDistance>
Modifier and Type | Method and Description |
---|---|
double |
doubleValue(DBIDRef id)
Retrieves an object from the storage.
|
DoubleDistance |
get(DBIDRef id)
Deprecated.
Use
doubleValue(de.lmu.ifi.dbs.elki.database.ids.DBIDRef) instead, to avoid boxing/unboxing cost. |
getLongName, getShortName
@Deprecated DoubleDistance get(DBIDRef id)
doubleValue(de.lmu.ifi.dbs.elki.database.ids.DBIDRef)
instead, to avoid boxing/unboxing cost.get
in interface DataStore<DoubleDistance>
id
- Database ID.null
double doubleValue(DBIDRef id)
id
- Database ID.