Uses of Class
org.tinspin.index.critbit.CritBit64
-
Packages that use CritBit64 Package Description org.tinspin.index.critbit -
-
Uses of CritBit64 in org.tinspin.index.critbit
Subclasses of CritBit64 in org.tinspin.index.critbit Modifier and Type Class Description classCritBit64COW<V>A concurrency enabled version of the CritBit64 tree.Methods in org.tinspin.index.critbit that return CritBit64 Modifier and Type Method Description static <V> CritBit64<V>CritBit64. create()Create a 1D crit-bit tree with 64 bit key length.Methods in org.tinspin.index.critbit with parameters of type CritBit64 Modifier and Type Method Description CritBit64.CBIterator<V>CritBit64.CBIterator. reset(CritBit64<V> cb)CritBit64.QueryIterator<V>CritBit64.QueryIterator. reset(CritBit64<V> cb, long minOrig, long maxOrig)CritBit64.QueryIteratorMask<V>CritBit64.QueryIteratorMask. reset(CritBit64<V> cb, long minOrig, long maxOrig)
-