| Interface | Description |
|---|---|
| BoxTree.SearchBoxCb<T extends BoxTree.BoxItem<?>> | |
| BoxTree.SearchNodeCb<E extends BoxTree.BoxNode<?>> | |
| BoxTree.Visitor<T> |
| Class | Description |
|---|---|
| BoxTree<T extends BoxTree.BoxItem<E>,E> |
A BoxTree is made of BoxNodes which hold a list of
generic BoxItems which can hold a custom data item.
|
| BoxTree.BoxItem<T> | |
| BoxTree.BoxNode<T extends BoxTree.BoxItem<?>> | |
| TileIndex<T extends TreeNode<T,E>,E> |
A quad tree for the standard map tiling schema.
|
| TreeNode<T extends TreeNode<T,E>,E> |