public static class RelationUtil.RelationObjectIterator<O>
extends java.lang.Object
implements java.util.Iterator<O>
| Modifier and Type | Field and Description |
|---|---|
(package private) Relation<? extends O> |
database
The database we use.
|
(package private) DBIDIter |
iter
The real iterator.
|
| Constructor and Description |
|---|
RelationObjectIterator(DBIDIter iter,
Relation<? extends O> database)
Full Constructor.
|
RelationObjectIterator(Relation<? extends O> database)
Simplified constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
O |
next() |
Copyright © 2019 ELKI Development Team. License information.