|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Deque | |
|---|---|
| net.sf.beanlib.util | Mirror package of java.util of Java 6 beta 2. |
| net.sf.beanlib.util.concurrent | Mirror package of java.util.concurrent of Java 6 beta 2. |
| Uses of Deque in net.sf.beanlib.util |
|---|
| Classes in net.sf.beanlib.util that implement Deque | |
|---|---|
class |
ArrayDeque<E>
Resizable-array implementation of the Deque interface. |
| Uses of Deque in net.sf.beanlib.util.concurrent |
|---|
| Subinterfaces of Deque in net.sf.beanlib.util.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 net.sf.beanlib.util.concurrent that implement Deque | |
|---|---|
class |
LinkedBlockingDeque<E>
An optionally-bounded blocking deque based on linked nodes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||