Interface HeapPriorityQueueElement

    • Method Detail

      • getInternalIndex

        int getInternalIndex()
        Returns the current index of this object in the internal array of HeapPriorityQueue.
      • setInternalIndex

        void setInternalIndex​(int newIndex)
        Sets the current index of this object in the HeapPriorityQueue and should only be called by the owning HeapPriorityQueue.
        Parameters:
        newIndex - the new index in the timer heap.