|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Deque | |
---|---|
org.jboss.messaging.utils.concurrent |
Uses of Deque in org.jboss.messaging.utils.concurrent |
---|
Subinterfaces of Deque in org.jboss.messaging.utils.concurrent | |
---|---|
interface |
BlockingDeque<E>
A Deque that additionally supports operations that wait for
the deque to become non-empty when retrieving an element, and wait
for space to become available in the deque when storing an
element. |
Classes in org.jboss.messaging.utils.concurrent that implement Deque | |
---|---|
class |
LinkedBlockingDeque<E>
An optionally-bounded blocking deque based on linked nodes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |