void |
AbstractNode.add(QuadTree<T> tree,
double[] bounds,
T item) |
protected void |
Node.doAdd(QuadTree<T> tree,
double[] bounds,
T item) |
protected void |
IdObjectNode.doAdd(QuadTree<T> tree,
double[] bounds,
T item) |
protected abstract void |
AbstractNode.doAdd(QuadTree<T> tree,
double[] bounds,
T item) |
protected double[] |
Node.getBounds(QuadTree<T> tree,
int i) |
protected double[] |
IdObjectNode.getBounds(QuadTree<T> tree,
int i) |
protected abstract double[] |
AbstractNode.getBounds(QuadTree<T> tree,
int i) |
protected T |
Node.getItem(QuadTree<T> tree,
int i) |
protected T |
IdObjectNode.getItem(QuadTree<T> tree,
int i) |
protected abstract T |
AbstractNode.getItem(QuadTree<T> tree,
int i) |
protected void |
AbstractNode.insertRoot(QuadTree<T> tree,
double[] bounds,
T item) |
boolean |
AbstractNode.remove(QuadTree<T> tree,
double[] bounds,
T item) |
boolean |
AbstractNode.visit(QuadTree<T> tree,
double[] bounds,
Visitor<T> visitor) |
boolean |
AbstractNode.visit(QuadTree<T> tree,
Visitor<T> visitor) |