| Modifier and Type | Method and Description |
|---|---|
BinomialHeap<K,V> |
BinomialHeap.clone()
Creates a new BinomialHeap with all the key-value pairs this one
has.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinomialHeap.union(BinomialHeap<K,V> m)
Merges all of the mappings from the specified map to this
map.
|
Copyright (c) 2006 C. Scott Ananian