Class PriorityQueueMax<T extends org.spectrumauctions.sats.core.model.cats.graphalgorithms.KeyInterface>


  • public class PriorityQueueMax<T extends org.spectrumauctions.sats.core.model.cats.graphalgorithms.KeyInterface>
    extends java.lang.Object
    • Constructor Detail

      • PriorityQueueMax

        public PriorityQueueMax​(int length)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isEmpty

        public boolean isEmpty()
      • insert

        public void insert​(T element)
      • max

        public T max()
      • extractMax

        public T extractMax()