-
- All Implemented Interfaces:
- PriorityLinkedList<T>
public class PriorityLinkedListImpl<T>
extends Object
implements PriorityLinkedList<T>
A priority linked list implementation
It implements this by maintaining an individual LinkedBlockingDeque for each priority level.
- Version:
- $Revision: 1174 $
- Author:
- Jeff Mesnil
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.