Uses of Interface
org.tinspin.index.Index.BoxIterator
-
Packages that use Index.BoxIterator Package Description org.tinspin.index org.tinspin.index.array org.tinspin.index.phtree org.tinspin.index.qthypercube org.tinspin.index.qtplain org.tinspin.index.rtree org.tinspin.index.util -
-
Uses of Index.BoxIterator in org.tinspin.index
Methods in org.tinspin.index that return Index.BoxIterator Modifier and Type Method Description Index.BoxIterator<T>BoxMap. iterator()Index.BoxIterator<T>BoxMultimap. iterator()Index.BoxIterator<T>BoxMultimap. queryExactBox(double[] min, double[] max)Lookup an entry, using exact match.Index.BoxIterator<T>BoxMap. queryIntersect(double[] min, double[] max)Index.BoxIterator<T>BoxMultimap. queryIntersect(double[] min, double[] max) -
Uses of Index.BoxIterator in org.tinspin.index.array
Methods in org.tinspin.index.array that return Index.BoxIterator Modifier and Type Method Description Index.BoxIterator<T>RectArray. iterator()Index.BoxIterator<T>RectArray. queryExactBox(double[] lower, double[] upper)Index.BoxIterator<T>RectArray. queryIntersect(double[] min, double[] max) -
Uses of Index.BoxIterator in org.tinspin.index.phtree
Methods in org.tinspin.index.phtree that return Index.BoxIterator Modifier and Type Method Description Index.BoxIterator<T>PHTreeR. iterator()Index.BoxIterator<T>PHTreeR. queryIntersect(double[] min, double[] max) -
Uses of Index.BoxIterator in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement Index.BoxIterator Modifier and Type Class Description classQRIterator<T>Resetable query iterator.Methods in org.tinspin.index.qthypercube that return Index.BoxIterator Modifier and Type Method Description Index.BoxIterator<T>QuadTreeRKD. iterator()Index.BoxIterator<T>QuadTreeRKD. queryExactBox(double[] lower, double[] upper)Index.BoxIterator<T>QRIterator. reset(double[] min, double[] max)Reset the iterator. -
Uses of Index.BoxIterator in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement Index.BoxIterator Modifier and Type Class Description static classQuadTreeRKD0.QRIterator<T>Resetable query iterator.Methods in org.tinspin.index.qtplain that return Index.BoxIterator Modifier and Type Method Description Index.BoxIterator<T>QuadTreeRKD0. iterator()Index.BoxIterator<T>QuadTreeRKD0. queryExactBox(double[] lower, double[] upper)Index.BoxIterator<T>QuadTreeRKD0.QRIterator. reset(double[] min, double[] max)Reset the iterator. -
Uses of Index.BoxIterator in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement Index.BoxIterator Modifier and Type Class Description classRTreeIterator<T>Methods in org.tinspin.index.rtree that return Index.BoxIterator Modifier and Type Method Description Index.BoxIterator<T>RTreeIterator. reset(double[] min, double[] max) -
Uses of Index.BoxIterator in org.tinspin.index.util
Classes in org.tinspin.index.util that implement Index.BoxIterator Modifier and Type Class Description classBoxIteratorWrapper<E>Methods in org.tinspin.index.util that return Index.BoxIterator Modifier and Type Method Description Index.BoxIterator<E>BoxIteratorWrapper. reset(double[] min, double[] max)
-