Uses of Interface
org.tinspin.index.util.MinHeap.Less
-
Packages that use MinHeap.Less Package Description org.tinspin.index.util -
-
Uses of MinHeap.Less in org.tinspin.index.util
Methods in org.tinspin.index.util with parameters of type MinHeap.Less Modifier and Type Method Description static <T> MinHeap<T>MinHeap. create(MinHeap.Less<T> less)Providing a less() method is the preferred way to use this MinMaxHeap.
-