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 |
IntegerDBIDArrayMIter
Modifiable integer array iterator.
|
Modifier and Type | Class and Description |
---|---|
protected class |
IntArrayStaticDBIDs.DBIDItr
DBID iterator in ELKI/C style.
|
protected static class |
TroveArrayDBIDs.DBIDItr
Iterate over a Trove IntList, ELKI/C-style.
|
(package private) class |
UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter
Make an existing DBIDMIter unmodifiable.
|
Modifier and Type | Field and Description |
---|---|
private IntegerDBIDArrayIter |
UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter.it
Wrapped iterator.
|
Modifier and Type | Method and Description |
---|---|
IntegerDBIDArrayIter |
IntArrayStaticDBIDs.iter() |
IntegerDBIDArrayIter |
IntegerArrayStaticDBIDs.iter() |
IntegerDBIDArrayIter |
UnmodifiableIntegerArrayDBIDs.iter() |
Constructor and Description |
---|
UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter(IntegerDBIDArrayIter it)
Constructor.
|