public class IntervalRTreeLeafNode<V> extends IntervalRTreeNode<V>
| Constructor and Description |
|---|
IntervalRTreeLeafNode(double min,
double max,
V item) |
| Modifier and Type | Method and Description |
|---|---|
void |
query(double queryMin,
double queryMax,
Visitor<V> visitor) |
getMax, getMin, intersects, toStringCopyright © 2015 Revolution Systems Inc.. All rights reserved.