Class PriorityLinkedListImpl<E>

  • All Implemented Interfaces:
    PriorityLinkedList<E>

    public class PriorityLinkedListImpl<E>
    extends Object
    implements PriorityLinkedList<E>
    A priority linked list implementation

    It implements this by maintaining an individual LinkedBlockingDeque for each priority level.