T - Value type.public class RTreeQueryKnnOld<T> extends Object implements QueryIteratorKNN<RectangleEntryDist<T>>
| Constructor and Description |
|---|
RTreeQueryKnnOld(RTree<T> tree,
double[] center,
int k,
RectangleDistanceFunction dist) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
DistEntry<T> |
next() |
RTreeQueryKnnOld<T> |
reset(double[] center,
int k) |
void |
reset(double[] center,
int k,
RectangleDistanceFunction dist) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic RTreeQueryKnnOld(RTree<T> tree, double[] center, int k, RectangleDistanceFunction dist)
public RTreeQueryKnnOld<T> reset(double[] center, int k)
reset in interface QueryIteratorKNN<RectangleEntryDist<T>>public void reset(double[] center,
int k,
RectangleDistanceFunction dist)
public boolean hasNext()
hasNext in interface Iterator<RectangleEntryDist<T>>Copyright © 2018. All rights reserved.