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 |
IntegerDBIDArrayMIter
Modifiable integer array iterator.
|
Modifier and Type | Class and Description |
---|---|
private class |
ArrayModifiableIntegerDBIDs.Itr
Iterator class.
|
private class |
ArrayModifiableIntegerDBIDs.Slice.SliceItr
Iterator class.
|
protected class |
ArrayStaticIntegerDBIDs.Itr
DBID iterator in ELKI/C style.
|
private class |
ArrayStaticIntegerDBIDs.Slice.SliceItr
Iterator class.
|
private class |
DoubleIntegerDBIDPairKNNListHeap.Itr
Iterator.
|
private class |
DoubleIntegerDBIDPairList.Itr
List iterator.
|
private static class |
IntegerDBIDPair.Itr
Iterator.
|
private class |
IntegerDBIDPair.Slice.SliceItr
Iterator class.
|
private static class |
IntegerDBIDRange.Itr
Iterator in ELKI/C++ style.
|
protected class |
IntegerDBIDVar.Itr
Pseudo iterator for DBIDs interface.
|
(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 |
UnmodifiableIntegerArrayDBIDs.iter() |
IntegerDBIDArrayIter |
IntegerDBIDPair.iter() |
IntegerDBIDArrayIter |
IntegerDBIDPair.Slice.iter() |
IntegerDBIDArrayIter |
IntegerArrayStaticDBIDs.iter() |
IntegerDBIDArrayIter |
IntegerArrayDBIDs.iter() |
Constructor and Description |
---|
UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter(IntegerDBIDArrayIter it)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.