Package heaps.mapping

Class Summary
ArrayBackedMappingHeap<K,V> A implementation of the MappingHeap interface that is only backed by an array.
FastMappingHeap<K,V> A fast implementation of the MappingHeap interface.
MappingHeap<K,V> An extension to the Heap interface that allows for mappings between keys and values.
MappingHeapEntry<K,V> An entry in a mapping heap, consisting of a key and a value.