| 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 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. 
 | 
private class  | 
UnmodifiableIntegerArrayDBIDs.Itr
Make an existing DBIDMIter unmodifiable. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private IntegerDBIDArrayIter | 
UnmodifiableIntegerArrayDBIDs.Itr.it
Wrapped iterator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IntegerDBIDArrayIter | 
IntegerDBIDPair.iter()  | 
IntegerDBIDArrayIter | 
IntegerDBIDPair.Slice.iter()  | 
IntegerDBIDArrayIter | 
UnmodifiableIntegerArrayDBIDs.iter()  | 
IntegerDBIDArrayIter | 
IntegerArrayDBIDs.iter()  | 
IntegerDBIDArrayIter | 
IntegerArrayStaticDBIDs.iter()  | 
| Constructor and Description | 
|---|
Itr(IntegerDBIDArrayIter it)
Constructor. 
 | 
Copyright © 2019 ELKI Development Team. License information.