Uses of Interface
elki.utilities.datastructures.iterator.ArrayIter
-
Packages that use ArrayIter Package Description elki.database.ids Database object identification and ID group handling API.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil
.elki.evaluation.scores.adapter Adapter classes for ranking and scoring measures.elki.utilities.datastructures.histogram Classes for computing histograms.elki.utilities.datastructures.iterator ELKI Iterator API. -
-
Uses of ArrayIter in elki.database.ids
Subinterfaces of ArrayIter in elki.database.ids Modifier and Type Interface Description interface
DBIDArrayIter
Array iterators that can also go backwards and seek.interface
DBIDArrayMIter
Modifiable array iterator.interface
DoubleDBIDListIter
Iterator over Double+DBID pairs results.interface
DoubleDBIDListMIter
Modifiable DBIDList iterator.Classes in elki.database.ids that implement ArrayIter Modifier and Type Class Description protected static class
EmptyDBIDs.EmptyDBIDIterator
Iterator for empty DBIDs- -
Uses of ArrayIter in elki.database.ids.integer
Subinterfaces of ArrayIter in elki.database.ids.integer Modifier and Type Interface Description interface
DoubleIntegerDBIDListIter
Combination interface of the DoubleDBIDListIter with IntegerDBIDIter.(package private) interface
DoubleIntegerDBIDListMIter
Combination interface for modifiable iterators.(package private) interface
IntegerDBIDArrayIter
Modifiable integer array iterator.(package private) interface
IntegerDBIDArrayMIter
Modifiable integer array iterator.Classes in elki.database.ids.integer that implement ArrayIter Modifier and Type Class 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
DoubleIntegerDBIDArrayList.Itr
List iterator.private class
DoubleIntegerDBIDSubList.Itr
Iterator for the sublist.protected class
IntegerDBID.Itr
Pseudo iterator for DBIDs interface.private class
IntegerDBIDKNNSubList.Itr
Iterator for the sublist.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 static class
UnmodifiableIntegerArrayDBIDs.Itr
Make an existing DBIDMIter unmodifiable. -
Uses of ArrayIter in elki.evaluation.scores.adapter
Classes in elki.evaluation.scores.adapter that implement ArrayIter Modifier and Type Class Description class
AbstractVectorIter
Class to iterate over a number vector in decreasing order.class
DecreasingVectorIter
Class to iterate over a number vector in decreasing order.class
IncreasingVectorIter
Class to iterate over a number vector in decreasing order. -
Uses of ArrayIter in elki.utilities.datastructures.histogram
Subinterfaces of ArrayIter in elki.utilities.datastructures.histogram Modifier and Type Interface Description static interface
Histogram.Iter
Array iterator.Classes in elki.utilities.datastructures.histogram that implement ArrayIter Modifier and Type Class Description class
AbstractStaticHistogram.Iter
Iterator class to iterate over all bins.class
DoubleHistogram.Iter
Iterator class.class
ObjHistogram.Iter
Iterator class. -
Uses of ArrayIter in elki.utilities.datastructures.iterator
Classes in elki.utilities.datastructures.iterator that implement ArrayIter Modifier and Type Class Description class
ArrayListIter<O>
ELKI style Iterator for array lists.Methods in elki.utilities.datastructures.iterator that return ArrayIter Modifier and Type Method Description ArrayIter
ArrayIter. advance()
ArrayIter
ArrayIter. advance(int count)
Moves the iterator forward or backward by the given offset.ArrayIter
ArrayIter. retract()
Moves the iterator backward to the previous entry.ArrayIter
ArrayIter. seek(int off)
Moves the iterator to the given position
-