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 interfaceDBIDArrayIterArray iterators that can also go backwards and seek.interfaceDBIDArrayMIterModifiable array iterator.interfaceDoubleDBIDListIterIterator over Double+DBID pairs results.interfaceDoubleDBIDListMIterModifiable DBIDList iterator.Classes in elki.database.ids that implement ArrayIter Modifier and Type Class Description protected static classEmptyDBIDs.EmptyDBIDIteratorIterator for empty DBIDs- -
Uses of ArrayIter in elki.database.ids.integer
Subinterfaces of ArrayIter in elki.database.ids.integer Modifier and Type Interface Description interfaceDoubleIntegerDBIDListIterCombination interface of the DoubleDBIDListIter with IntegerDBIDIter.(package private) interfaceDoubleIntegerDBIDListMIterCombination interface for modifiable iterators.(package private) interfaceIntegerDBIDArrayIterModifiable integer array iterator.(package private) interfaceIntegerDBIDArrayMIterModifiable integer array iterator.Classes in elki.database.ids.integer that implement ArrayIter Modifier and Type Class Description private classArrayModifiableIntegerDBIDs.ItrIterator class.private classArrayModifiableIntegerDBIDs.Slice.SliceItrIterator class.protected classArrayStaticIntegerDBIDs.ItrDBID iterator in ELKI/C style.private classArrayStaticIntegerDBIDs.Slice.SliceItrIterator class.private classDoubleIntegerDBIDArrayList.ItrList iterator.private classDoubleIntegerDBIDSubList.ItrIterator for the sublist.protected classIntegerDBID.ItrPseudo iterator for DBIDs interface.private classIntegerDBIDKNNSubList.ItrIterator for the sublist.private static classIntegerDBIDPair.ItrIterator.private classIntegerDBIDPair.Slice.SliceItrIterator class.private static classIntegerDBIDRange.ItrIterator in ELKI/C++ style.protected classIntegerDBIDVar.ItrPseudo iterator for DBIDs interface.private static classUnmodifiableIntegerArrayDBIDs.ItrMake 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 classAbstractVectorIterClass to iterate over a number vector in decreasing order.classDecreasingVectorIterClass to iterate over a number vector in decreasing order.classIncreasingVectorIterClass 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 interfaceHistogram.IterArray iterator.Classes in elki.utilities.datastructures.histogram that implement ArrayIter Modifier and Type Class Description classAbstractStaticHistogram.IterIterator class to iterate over all bins.classDoubleHistogram.IterIterator class.classObjHistogram.IterIterator class. -
Uses of ArrayIter in elki.utilities.datastructures.iterator
Classes in elki.utilities.datastructures.iterator that implement ArrayIter Modifier and Type Class Description classArrayListIter<O>ELKI style Iterator for array lists.Methods in elki.utilities.datastructures.iterator that return ArrayIter Modifier and Type Method Description ArrayIterArrayIter. advance()ArrayIterArrayIter. advance(int count)Moves the iterator forward or backward by the given offset.ArrayIterArrayIter. retract()Moves the iterator backward to the previous entry.ArrayIterArrayIter. seek(int off)Moves the iterator to the given position
-