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