| 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 | Class and Description |
|---|---|
protected static class |
EmptyDBIDs.EmptyDBIDIterator
Iterator for empty DBIDs-
|
| Modifier and Type | Method and Description |
|---|---|
DBIDArrayMIter |
EmptyDBIDs.iter() |
DBIDArrayMIter |
ArrayModifiableDBIDs.iter() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntegerDBIDArrayMIter
Modifiable integer array iterator.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TroveArrayDBIDs.DBIDItr
Iterate over a Trove IntList, ELKI/C-style.
|