public interface IntegerDataStore extends DataStore<java.lang.Integer>
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
@Deprecated java.lang.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 © 2019 ELKI Development Team. License information.