java.lang.Object
kieker.analysis.generic.clustering.mtree.query.ResultsIterator<T>
- Type Parameters:
T - data type for result items
- All Implemented Interfaces:
Iterator<ResultItem<T>>
- Since:
- 2.0.0
- Author:
- Eduardo R. D'Avila
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ResultsIterator
public ResultsIterator(Query<T> query)
-