Uses of Class
org.tinspin.index.Index.BoxEntry
-
Packages that use Index.BoxEntry Package Description org.tinspin.index org.tinspin.index.array org.tinspin.index.qthypercube org.tinspin.index.qtplain org.tinspin.index.rtree org.tinspin.index.util -
-
Uses of Index.BoxEntry in org.tinspin.index
Subclasses of Index.BoxEntry in org.tinspin.index Modifier and Type Class Description static classIndex.BoxEntryKnn<T>Methods in org.tinspin.index with parameters of type Index.BoxEntry Modifier and Type Method Description default doubleBoxDistance. dist(double[] center, Index.BoxEntry<?> entry)Some algorithm use this method on the entries containing user supplied values.doubleBoxDistance.FarthestNeighbor. dist(double[] center, Index.BoxEntry<?> entry)booleanIndex.BoxFilterKnn. test(Index.BoxEntry<T> entry, double distance)Method parameters in org.tinspin.index with type arguments of type Index.BoxEntry Modifier and Type Method Description booleanBoxMultimap. removeIf(double[] min, double[] max, Predicate<Index.BoxEntry<T>> condition)Remove *one* entry with the given condition.Constructors in org.tinspin.index with parameters of type Index.BoxEntry Constructor Description BoxEntryKnn(Index.BoxEntry<T> entry, double dist) -
Uses of Index.BoxEntry in org.tinspin.index.array
Method parameters in org.tinspin.index.array with type arguments of type Index.BoxEntry Modifier and Type Method Description booleanRectArray. removeIf(double[] lower, double[] upper, Predicate<Index.BoxEntry<T>> condition) -
Uses of Index.BoxEntry in org.tinspin.index.qthypercube
Methods in org.tinspin.index.qthypercube that return Index.BoxEntry Modifier and Type Method Description Index.BoxEntry<T>QRIterator. next()Method parameters in org.tinspin.index.qthypercube with type arguments of type Index.BoxEntry Modifier and Type Method Description booleanQuadTreeRKD. removeIf(double[] lower, double[] upper, Predicate<Index.BoxEntry<T>> condition) -
Uses of Index.BoxEntry in org.tinspin.index.qtplain
Methods in org.tinspin.index.qtplain that return Index.BoxEntry Modifier and Type Method Description Index.BoxEntry<T>QuadTreeRKD0.QRIterator. next()Method parameters in org.tinspin.index.qtplain with type arguments of type Index.BoxEntry Modifier and Type Method Description booleanQuadTreeRKD0. removeIf(double[] lower, double[] upper, Predicate<Index.BoxEntry<T>> condition) -
Uses of Index.BoxEntry in org.tinspin.index.rtree
Subclasses of Index.BoxEntry in org.tinspin.index.rtree Modifier and Type Class Description classRTreeEntry<T>Methods in org.tinspin.index.rtree with parameters of type Index.BoxEntry Modifier and Type Method Description default booleanFilter. matches(Index.BoxEntry<?> entry)This is used on the actual entries.booleanFilter.UnionFilter. matches(Index.BoxEntry<?> entry)Method parameters in org.tinspin.index.rtree with type arguments of type Index.BoxEntry Modifier and Type Method Description booleanRTree. removeIf(double[] min, double[] max, Predicate<Index.BoxEntry<T>> condition)Remove the first entry matching the geometry and condition. -
Uses of Index.BoxEntry in org.tinspin.index.util
Methods in org.tinspin.index.util that return Index.BoxEntry Modifier and Type Method Description Index.BoxEntry<E>BoxIteratorWrapper. next()Constructor parameters in org.tinspin.index.util with type arguments of type Index.BoxEntry Constructor Description BoxIteratorWrapper(double[] min, double[] max, BiFunction<double[],double[],Iterator<Index.BoxEntry<E>>> f)
-