Uses of Class
com.google.common.collect.ForwardingQueue
- 
Packages that use ForwardingQueue Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections.com.google.common.util.concurrent Concurrency utilities.
- 
- 
Uses of ForwardingQueue in com.google.common.collectSubclasses of ForwardingQueue in com.google.common.collect Modifier and Type Class Description classEvictingQueue<E>A non-blocking queue which automatically evicts elements from the head of the queue when attempting to add new elements onto the queue and it is full.classForwardingBlockingDeque<E>Deprecated.This class has moved tocom.google.common.util.concurrent.classForwardingDeque<E extends @Nullable java.lang.Object>A deque which forwards all its method calls to another deque.
- 
Uses of ForwardingQueue in com.google.common.util.concurrentSubclasses of ForwardingQueue in com.google.common.util.concurrent Modifier and Type Class Description classForwardingBlockingDeque<E>ABlockingDequewhich forwards all its method calls to anotherBlockingDeque.classForwardingBlockingQueue<E>ABlockingQueuewhich forwards all its method calls to anotherBlockingQueue.
 
-