Uses of Interface
de.lmu.ifi.dbs.elki.database.datastore.DataStoreIDMap

Packages that use DataStoreIDMap
de.lmu.ifi.dbs.elki.database.datastore General data store layer API (along the lines of Map<DBID, T> - use everywhere!) 
de.lmu.ifi.dbs.elki.database.datastore.memory Memory data store implementation for ELKI. 
 

Uses of DataStoreIDMap in de.lmu.ifi.dbs.elki.database.datastore
 

Classes in de.lmu.ifi.dbs.elki.database.datastore that implement DataStoreIDMap
 class RangeIDMap
          Mapping a static DBID range to storage IDs.
 

Uses of DataStoreIDMap in de.lmu.ifi.dbs.elki.database.datastore.memory
 

Fields in de.lmu.ifi.dbs.elki.database.datastore.memory declared as DataStoreIDMap
private  DataStoreIDMap ArrayStore.idmap
          DBID to index map
private  DataStoreIDMap ArrayRecordStore.idmap
          DBID to index map
 

Constructors in de.lmu.ifi.dbs.elki.database.datastore.memory with parameters of type DataStoreIDMap
ArrayRecordStore(Object[][] data, DataStoreIDMap idmap)
          Constructor with existing data
ArrayStore(Object[] data, DataStoreIDMap idmap)
          Constructor.
 


Release 0.4.0 (2011-09-20_1324)