goldman.collection.tagged.spatial
Class TaggedQuadTree<T extends XYPoint,E>
java.lang.Object
goldman.collection.tagged.TaggedCollectionWrapper<T,E>
goldman.collection.tagged.spatial.TaggedSpatialCollectionWrapper<T,E>
goldman.collection.tagged.spatial.TaggedQuadTree<T,E>
- All Implemented Interfaces:
- TaggedSpatialCollection<T,E>, TaggedCollection<T,E>, Iterable<TaggedElement<T,E>>
public class TaggedQuadTree<T extends XYPoint,E>
- extends TaggedSpatialCollectionWrapper<T,E>
A tagged version of a quad tree.
Methods inherited from class goldman.collection.tagged.TaggedCollectionWrapper |
accept, clear, contains, elements, ensureCapacity, get, getCapacity, getLocator, getSize, isEmpty, iterator, put, putAll, remove, tags, toString, trimToSize, values |
Methods inherited from interface goldman.collection.tagged.TaggedCollection |
accept, clear, contains, elements, ensureCapacity, get, getCapacity, getLocator, getSize, isEmpty, iterator, put, putAll, remove, tags, toString, trimToSize, values |
TaggedQuadTree
public TaggedQuadTree(XYComparator<? super T> comp)
TaggedQuadTree
public TaggedQuadTree()