public static class RelationUtil.CollectionFromRelation<O>
extends java.util.AbstractCollection<O>
implements java.util.Collection<O>
Modifier and Type | Field and Description |
---|---|
(package private) Relation<? extends O> |
db
The database we query.
|
Constructor and Description |
---|
CollectionFromRelation(Relation<? extends O> db)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<O> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public java.util.Iterator<O> iterator()
Copyright © 2019 ELKI Development Team. License information.