Uses of Package
com.abstractkamen.datastructures.impl.heaps
Packages that use com.abstractkamen.datastructures.impl.heaps
-
Classes in com.abstractkamen.datastructures.impl.heaps used by com.abstractkamen.datastructures.impl.heapsClassDescriptionAn implementation of an adjustable binary heap data structure.The elements of the binary heap are ordered according to their natural ordering, or by a Comparator provided at construction time, depending on which constructor is used.