Interface PriorityQueue<T>

    • Method Detail

      • priorityChanged

        void priorityChanged​(T node)
        Notify the queue that the priority for node has changed. The queue will adjust to ensure the priority queue properties are maintained.
        Parameters:
        node - An object which is in this queue and the priority may have changed.