Class ShortPriorityQueues.SynchronizedPriorityQueue

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortPriorityQueues.SynchronizedPriorityQueue
All Implemented Interfaces:
PriorityQueue<Short>, ShortPriorityQueue
Enclosing class:
ShortPriorityQueues

public static class ShortPriorityQueues.SynchronizedPriorityQueue extends Object implements ShortPriorityQueue
A synchronized wrapper class for priority queues.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the queue that the first element has changed (optional operation).
    void
    Removes all elements from this queue.
    Returns the comparator associated with this priority queue, or null if it uses its elements' natural ordering.
    Deprecated.
    short
    Dequeues the first element from the queue.
    void
    enqueue(short x)
    Enqueues a new element.
    void
    Deprecated.
    boolean
     
    Deprecated.
    short
    Returns the first element of the queue.
    int
     
    boolean
    Checks whether this queue is empty.
    Deprecated.
    short
    Returns the last element of the queue, that is, the element the would be dequeued last (optional operation).
    int
    Returns the number of elements in this queue.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait