Uses of Class
com.abstractkamen.datastructures.impl.heaps.AdjustableBinaryHeap
Packages that use AdjustableBinaryHeap
-
Uses of AdjustableBinaryHeap in com.abstractkamen.datastructures.impl.heaps
Methods in com.abstractkamen.datastructures.impl.heaps that return AdjustableBinaryHeapModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
AdjustableBinaryHeap<T>AdjustableBinaryHeap.createComparable()
Create anAdjustableBinaryHeap<T>
with natural order comparator in a type safe way.static <T extends Comparable<T>>
AdjustableBinaryHeap<T>AdjustableBinaryHeap.createComparable
(int capacity) Create anAdjustableBinaryHeap<T>
with natural order comparator in a type safe way.