Uses of Interface
org.tinspin.index.Index.QueryIterator
-
-
Uses of Index.QueryIterator in org.tinspin.index
Subinterfaces of Index.QueryIterator in org.tinspin.index Modifier and Type Interface Description static interfaceIndex.BoxIterator<T>static interfaceIndex.PointIterator<T>Methods in org.tinspin.index that return Index.QueryIterator Modifier and Type Method Description Index.QueryIterator<T>Index.QueryIterator. reset(double[] point1, double[] point2)This method resets an iterator. -
Uses of Index.QueryIterator in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement Index.QueryIterator Modifier and Type Class Description classKDIterator<T>Resetable query iterator. -
Uses of Index.QueryIterator in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement Index.QueryIterator Modifier and Type Class Description classQIterator0<T>Resettable query iterator.classQIterator1<T>Resettable query iterator.classQIterator2<T>Resettable query iterator.classQRIterator<T>Resetable query iterator. -
Uses of Index.QueryIterator in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement Index.QueryIterator Modifier and Type Class Description classQIterator0<T>Resettable query iterator.classQIterator1<T>Resettable query iterator.classQIterator2<T>Resettable query iterator. -
Uses of Index.QueryIterator in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement Index.QueryIterator Modifier and Type Class Description static classQuadTreeKD0.QIterator<T>Resettable query iterator.static classQuadTreeRKD0.QRIterator<T>Resetable query iterator. -
Uses of Index.QueryIterator in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement Index.QueryIterator Modifier and Type Class Description classRTreeIterator<T> -
Uses of Index.QueryIterator in org.tinspin.index.util
Classes in org.tinspin.index.util that implement Index.QueryIterator Modifier and Type Class Description classBoxIteratorWrapper<E>classPointIteratorWrapper<E>
-