Uses of Interface
org.tinspin.index.critbit.CritBitKD
-
Packages that use CritBitKD Package Description org.tinspin.index.critbit -
-
Uses of CritBitKD in org.tinspin.index.critbit
Classes in org.tinspin.index.critbit that implement CritBitKD Modifier and Type Class Description classCritBit<V>Methods in org.tinspin.index.critbit that return CritBitKD Modifier and Type Method Description static <V> CritBitKD<V>CritBit. createKD(int width, int dim)Create a kD crit-bit tree with maximum 64bit key length.
-