Package elki.database.relation
Class RelationUtil.RelationObjectIterator<O>
- java.lang.Object
-
- elki.database.relation.RelationUtil.RelationObjectIterator<O>
-
- All Implemented Interfaces:
java.util.Iterator<O>
- Enclosing class:
- RelationUtil
public static class RelationUtil.RelationObjectIterator<O> extends java.lang.Object implements java.util.Iterator<O>
Iterator class that retrieves the given objects from the database.- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description RelationObjectIterator(DBIDIter iter, Relation<? extends O> database)
Full Constructor.RelationObjectIterator(Relation<? extends O> database)
Simplified constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
O
next()
-