Uses of Class
com.abstractkamen.datastructures.impl.heaps.BinaryHeap
Packages that use BinaryHeap
-
Uses of BinaryHeap in com.abstractkamen.datastructures.impl.heaps
Subclasses of BinaryHeap in com.abstractkamen.datastructures.impl.heapsModifier and TypeClassDescriptionclass
An implementation of an adjustable binary heap data structure.Methods in com.abstractkamen.datastructures.impl.heaps that return BinaryHeapModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
BinaryHeap<T>BinaryHeap.createComparable()
Create anBinaryHeap<T>
with natural order comparator in a type safe way.static <T extends Comparable<T>>
BinaryHeap<T>BinaryHeap.createComparable
(int capacity) Create anBinaryHeap<T>
with natural order comparator in a type safe way.