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