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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic java.util.Iterator<O> iterator()
Copyright © 2019 ELKI Development Team. License information.