|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queue | |
---|---|
org.drools.util.concurrent.locks |
Uses of Queue in org.drools.util.concurrent.locks |
---|
Subinterfaces of Queue in org.drools.util.concurrent.locks | |
---|---|
interface |
BlockingQueue
A edu.emory.mathcs.backport.java.util.Queue that additionally supports operations
that wait for the queue to become non-empty when retrieving an
element, and wait for space to become available in the queue when
storing an element. |
Classes in org.drools.util.concurrent.locks that implement Queue | |
---|---|
class |
AbstractQueue
This class provides skeletal implementations of some Queue
operations. |
class |
LinkedBlockingQueue
An optionally-bounded blocking queue based on linked nodes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |