Uses of Interface
org.jheaps.Heap
Packages that use Heap
Package
Description
Interfaces
Heaps using an array representation
Monotone heaps
Heaps using an explicit "pointer-based" tree representation
-
Uses of Heap in org.jheaps
Subinterfaces of Heap in org.jheapsModifier and TypeInterfaceDescriptioninterfaceA double-ended heap.interfaceDoubleEndedValueHeap<K,V> A double-ended heap with values.interfaceA heap that allows melding with another heap.interfaceValueHeap<K,V> A heap with values. -
Uses of Heap in org.jheaps.array
Classes in org.jheaps.array that implement HeapModifier and TypeClassDescription(package private) classAbstract implementation of a heap using an array representation.(package private) classAn abstract weak heap with an array representation.classAn array based binary weak heap using bulk insertion.classAn array based binary heap.classAn optimized array-based binary heap with integer keys.classAn array based binary weak heap.classAn array based d-ary heap.classAn array based binary MinMax heap. -
Uses of Heap in org.jheaps.monotone
Classes in org.jheaps.monotone that implement HeapModifier and TypeClassDescription(package private) classBase abstract implementation of a radix heap.classA radix heap forBigIntegerkeys.classA radix heap for double keys.classA radix heap for (signed) integer keys.classA radix heap for (signed) long keys. -
Uses of Heap in org.jheaps.tree
Classes in org.jheaps.tree that implement Heap