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