| Interface | Description |
|---|---|
| IHeap<NODE> |
Interface for standard Heap (with addition of decreace/increase/changedKey operations).
|
| Class | Description |
|---|---|
| Heap<NODE> |
Heap implementation as a
Collection that provides "decreaseKey" operation. |
| HeapImmutableIterator<NODE> | |
| HeapIterator<NODE> | |
| ImmutableHeap<NODE> |
Unmodifiable decorator the
IHeap objects. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.