| 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 | 
|---|---|
(package private) interface  | 
DoubleIntegerDBIDList
Interface to store double distance, integer DBID results. 
 | 
interface  | 
IntegerArrayDBIDs
Trivial combination interface. 
 | 
(package private) interface  | 
IntegerArrayStaticDBIDs
Combination of  
ArrayStaticDBIDs and IntegerDBIDs. | 
interface  | 
IntegerDBIDKNNList
Combination interface for KNNList and IntegerDBIDs. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
ArrayModifiableIntegerDBIDs
Class using a primitive int[] array as storage. 
 | 
private class  | 
ArrayModifiableIntegerDBIDs.Slice
Slice of an array. 
 | 
(package private) class  | 
ArrayStaticIntegerDBIDs
Static (no modifications allowed) set of Database Object IDs. 
 | 
private class  | 
ArrayStaticIntegerDBIDs.Slice
Slice of an array. 
 | 
(package private) class  | 
DoubleIntegerDBIDArrayList
Class to store double distance, integer DBID results. 
 | 
(package private) class  | 
DoubleIntegerDBIDKNNList
kNN list, but without automatic sorting. 
 | 
class  | 
DoubleIntegerDBIDSubList
Sublist of an existing result to contain only some of the elements. 
 | 
(package private) class  | 
FastutilIntOpenHashSetModifiableDBIDs
Implementation using Fastutil IntSet. 
 | 
class  | 
IntegerDBIDKNNSubList
Sublist of an existing result to contain only the first k elements. 
 | 
(package private) class  | 
IntegerDBIDPair
DBID pair using two ints for storage. 
 | 
private class  | 
IntegerDBIDPair.Slice
Slice of an array. 
 | 
(package private) class  | 
IntegerDBIDRange
Representing a DBID range allocation. 
 | 
(package private) class  | 
IntegerDBIDVar
Variable for storing a single DBID reference. 
 | 
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. 
 | 
Copyright © 2019 ELKI Development Team. License information.