| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.database.ids | 
 Database object identification and ID group handling API. 
 | 
| de.lmu.ifi.dbs.elki.database.ids.integer | 
 Integer-based DBID implementation --
 do not use directly - always use  
DBIDUtil. | 
| Modifier and Type | Field and Description | 
|---|---|
static DBIDFactory | 
DBIDFactory.FACTORY
Static DBID factory to use. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
AbstractIntegerDBIDFactory
Abstract base class for DBID factories. 
 | 
class  | 
ReusingDBIDFactory
Slightly more complex DBID management, that allows reuse of DBIDs. 
 | 
class  | 
SimpleDBIDFactory
Simple DBID management, that never reuses IDs. 
 | 
class  | 
TrivialDBIDFactory
Trivial DBID management, that never reuses IDs and just gives them out in
 sequence. 
 | 
Copyright © 2019 ELKI Development Team. License information.