Uses of Class
org.tinspin.index.util.MinMaxHeap
-
Packages that use MinMaxHeap Package Description org.tinspin.index.util -
-
Uses of MinMaxHeap in org.tinspin.index.util
Methods in org.tinspin.index.util that return MinMaxHeap Modifier and Type Method Description static <T extends Comparable<T>>
MinMaxHeap<T>MinMaxHeap. create()WARNING: This is slow, seecreate(Less).static <T> MinMaxHeap<T>MinMaxHeap. create(MinMaxHeap.Less<T> less)Providing a less() method is the preferred way to use this MinMaxHeap.static <T> MinMaxHeap<T>MinMaxHeap. createWithComparator(Comparator<T> compareFn)WARNING: This is slow, seecreate(Less).
-