goldman.collection.tagged.spatial
Class TaggedKDTree<T,E>
java.lang.Object
goldman.collection.tagged.TaggedCollectionWrapper<T,E>
goldman.collection.tagged.spatial.TaggedSpatialCollectionWrapper<T,E>
goldman.collection.tagged.spatial.TaggedKDTree<T,E>
- All Implemented Interfaces:
- TaggedSpatialCollection<T,E>, TaggedCollection<T,E>, Iterable<TaggedElement<T,E>>
public class TaggedKDTree<T,E>
- extends TaggedSpatialCollectionWrapper<T,E>
A tagged version of a kd-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 |
TaggedKDTree
public TaggedKDTree(Comparator<? super T>... comparators)