Class PriorityQueueMax<T extends org.spectrumauctions.sats.core.model.cats.graphalgorithms.KeyInterface>
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.cats.graphalgorithms.PriorityQueueMax<T>
-
public class PriorityQueueMax<T extends org.spectrumauctions.sats.core.model.cats.graphalgorithms.KeyInterface> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PriorityQueueMax(int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextractMax()voidinsert(T element)booleanisEmpty()Tmax()java.lang.StringtoString()
-