| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntegerArrayStaticDBIDs
Combination of
ArrayStaticDBIDs and IntegerDBIDs. |
| Modifier and Type | Class and Description |
|---|---|
class |
IntArrayStaticDBIDs
Static (no modifications allowed) set of Database Object IDs.
|
class |
TroveArrayDBIDs
Abstract base class for GNU Trove array based lists.
|
(package private) class |
TroveArrayModifiableDBIDs
Class using a GNU Trove int array list as storage.
|
(package private) class |
TroveArrayStaticDBIDs
Class accessing a trove int array.
|
(package private) class |
TroveHashSetModifiableDBIDs
Implementation using GNU Trove Int Hash Sets.
|
class |
UnmodifiableIntegerArrayDBIDs
Unmodifiable wrapper for DBIDs.
|
class |
UnmodifiableIntegerDBIDs
Unmodifiable wrapper for DBIDs.
|
| Modifier and Type | Field and Description |
|---|---|
private IntegerDBIDs |
UnmodifiableIntegerDBIDs.inner
The DBIDs we wrap.
|
| Constructor and Description |
|---|
UnmodifiableIntegerDBIDs(IntegerDBIDs inner)
Constructor.
|