Uses of Class
com.google.common.collect.ForwardingQueue
Packages that use ForwardingQueue
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
Concurrency utilities.
-
Uses of ForwardingQueue in com.google.common.collect
Subclasses of ForwardingQueue in com.google.common.collectModifier and TypeClassDescriptionfinal classA 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.classDeprecated.classA deque which forwards all its method calls to another deque. -
Uses of ForwardingQueue in com.google.common.util.concurrent
Subclasses of ForwardingQueue in com.google.common.util.concurrentModifier and TypeClassDescriptionclassABlockingDequewhich forwards all its method calls to anotherBlockingDeque.classABlockingQueuewhich forwards all its method calls to anotherBlockingQueue.
com.google.common.util.concurrent.