|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
com.savarese.algorithms.spatial.RangeSearchTreeTestCase<java.lang.Integer>
com.savarese.algorithms.spatial.KDTreeTest
com.savarese.algorithms.spatial.OptimizedKDTreeTest
public class OptimizedKDTreeTest
OptimiizedKDTreeTest tests the KDTree class after optimization.
Field Summary |
---|
Fields inherited from class com.savarese.algorithms.spatial.RangeSearchTreeTestCase |
---|
_tree_ |
Constructor Summary | |
---|---|
OptimizedKDTreeTest()
|
Method Summary | ||
---|---|---|
protected
|
_fillMap_(M map)
Inserts a set of points into a map. |
Methods inherited from class com.savarese.algorithms.spatial.KDTreeTest |
---|
_newTreeFixture_, getMaxCoord, getMinCoord, getNumPoints, newCoord |
Methods inherited from class com.savarese.algorithms.spatial.RangeSearchTreeTestCase |
---|
setUp, tearDown, testClear, testContainsKey, testContainsValue, testEntrySet, testEquals, testGet, testIterator, testKeySet, testPutAll, testRemove, testSize, testValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptimizedKDTreeTest()
Method Detail |
---|
protected <M extends java.util.Map<com.savarese.algorithms.spatial.GenericPoint<java.lang.Integer>,com.savarese.algorithms.spatial.GenericPoint<java.lang.Integer>>> void _fillMap_(M map)
RangeSearchTreeTestCase
_fillMap_
in class RangeSearchTreeTestCase<java.lang.Integer>
map
- The map to fill with points.
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |