Package | Description |
---|---|
com.nostra13.universalimageloader.core.assist.deque |
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
Modifier and Type | Class and Description |
---|---|
class |
LIFOLinkedBlockingDeque<T>
LinkedBlockingDeque using LIFO algorithm |
class |
LinkedBlockingDeque<E>
An optionally-bounded blocking deque based on
linked nodes.
|
Copyright © 2011-2015. All Rights Reserved.