Gets the element at x, y or null @param x @param y @return element at x, y or null
(int x, int y)
| 202 | * @return element at x, y or null |
| 203 | */ |
| 204 | public QuadtreeElement<T> get(int x, int y); |
| 205 | |
| 206 | /** gets the parent node or null */ |
| 207 | public QuadtreeElement<T> getParent(); |
no outgoing calls