public interface BinHeapWrapper<K,E>
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
ensureCapacity(int size) |
int |
getSize() |
void |
insert(K key,
E element) |
boolean |
isEmpty() |
E |
peekElement() |
K |
peekKey() |
E |
pollElement() |
void |
update(K key,
E element) |
Copyright © 2012–2020. All rights reserved.