JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.lmu.ifi.dbs.elki.database.datastore
Interface DataStoreIDMap
All Known Implementing Classes:
RangeIDMap
public interface
DataStoreIDMap
Interface to map DBIDs to integer record ids for use in storage.
Method Summary
Methods
Modifier and Type
Method and Description
int
map
(
DBID
dbid)
Map a DBID to a database id.
Method Detail
map
int map(
DBID
dbid)
Map a DBID to a database id.
Parameters:
dbid
- DBID
Returns:
record id
id >= 0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Release 0.4.1 (2012-01-30_1741)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method