Package cz.cuni.amis.utils.heap

Package class diagram package cz.cuni.amis.utils.heap
Interface Summary
IHeap<NODE> Interface for standard Heap (with addition of decreace/increase/changedKey operations).
 

Class Summary
Heap<NODE> Heap implementation as a Collection that provides "decreaseKey" operation.
HeapImmutableIterator<NODE>  
HeapIterator<NODE> Iterator used by Heap inside Heap.iterator().
ImmutableHeap<NODE> Unmodifiable decorator the IHeap objects.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.