Uses of Interface
org.tinspin.index.critbit.CritBit1D
-
Packages that use CritBit1D Package Description org.tinspin.index.critbit -
-
Uses of CritBit1D in org.tinspin.index.critbit
Classes in org.tinspin.index.critbit that implement CritBit1D Modifier and Type Class Description classCritBit<V>Methods in org.tinspin.index.critbit that return CritBit1D Modifier and Type Method Description static <V> CritBit1D<V>CritBit. create1D(int width)Create a 1D crit-bit tree with arbitrary key length.
-