public class PriorityQueueMax<T extends org.spectrumauctions.sats.core.model.cats.graphalgorithms.KeyInterface> extends Object
| Constructor and Description |
|---|
PriorityQueueMax(int length) |
| Modifier and Type | Method and Description |
|---|---|
T |
extractMax() |
void |
insert(T element) |
boolean |
isEmpty() |
T |
max() |
String |
toString() |
Copyright © 2017. All rights reserved.