goldman.collection.tagged.spatial
Class TaggedKDTree<T,E>

java.lang.Object
  extended by goldman.collection.tagged.TaggedCollectionWrapper<T,E>
      extended by goldman.collection.tagged.spatial.TaggedSpatialCollectionWrapper<T,E>
          extended by 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.


Field Summary
 
Fields inherited from class goldman.collection.tagged.spatial.TaggedSpatialCollectionWrapper
anchor
 
Fields inherited from class goldman.collection.tagged.TaggedCollectionWrapper
pairs, target
 
Constructor Summary
TaggedKDTree(Comparator<? super T>... comparators)
           
 
Method Summary
 
Methods inherited from class goldman.collection.tagged.spatial.TaggedSpatialCollectionWrapper
max, min, withinBounds
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

TaggedKDTree

public TaggedKDTree(Comparator<? super T>... comparators)