public class FastBinaryMinHeap<E> extends Object
| Constructor and Description |
|---|
FastBinaryMinHeap(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(long weight,
E element) |
void |
insertSeries(long weight,
E[] elements) |
boolean |
isEmpty() |
E |
peek() |
long |
peekWeight() |
void |
remove() |
int |
size() |
Copyright © 2018–2019. All rights reserved.