|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| BlockingDeque<E> | A Deque that additionally supports blocking 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. |
| Deque<E> | A linear collection that supports element insertion and removal at both ends. |
| Class Summary | |
|---|---|
| LIFOLinkedBlockingDeque<T> | LinkedBlockingDeque using LIFO algorithm |
| LinkedBlockingDeque<E> | An optionally-bounded blocking deque based on linked nodes. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||