| 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 | Method and Description | 
|---|---|
DBIDPair | 
DBIDFactory.newPair(DBIDRef id1,
       DBIDRef id2)
Make a DBID pair from two existing DBIDs. 
 | 
static DBIDPair | 
DBIDUtil.newPair(DBIDRef id1,
       DBIDRef id2)
Make a DBID pair. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
IntegerDBIDPair
DBID pair using two ints for storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DBIDPair | 
AbstractIntegerDBIDFactory.newPair(DBIDRef first,
       DBIDRef second)  | 
Copyright © 2019 ELKI Development Team. License information.