Uses of Interface
cz.cuni.amis.utils.heap.IHeap

Packages that use IHeap
cz.cuni.amis.utils.heap   
 

Uses of IHeap in cz.cuni.amis.utils.heap
 

Classes in cz.cuni.amis.utils.heap that implement IHeap
 class Heap<NODE>
          Heap implementation as a Collection that provides "decreaseKey" operation.
 class ImmutableHeap<NODE>
          Unmodifiable decorator the IHeap objects.
 

Constructors in cz.cuni.amis.utils.heap with parameters of type IHeap
ImmutableHeap(IHeap<NODE> heap)
           
 



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