K
- the type of keys.V
- the type of associated objects.public interface RNNSearch<K,V>
Modifier and Type | Method and Description |
---|---|
void |
range(K q,
double radius,
java.util.List<Neighbor<K,V>> neighbors)
Search the neighbors in the given radius of query object, i.e.
|
void range(K q, double radius, java.util.List<Neighbor<K,V>> neighbors)
q
- the query key.radius
- the radius of search range from target.neighbors
- the list to store found neighbors in the given range on output.