Uses of Class
com.google.common.collect.ForwardingQueue
Packages that use ForwardingQueue
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Concurrency utilities.
-
Uses of ForwardingQueue in com.google.common.collect
Subclasses of ForwardingQueue in com.google.common.collectModifier and TypeClassDescriptionfinal class
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.class
Deprecated.class
ForwardingDeque<E extends @Nullable Object>
A 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 TypeClassDescriptionclass
ABlockingDeque
which forwards all its method calls to anotherBlockingDeque
.class
ABlockingQueue
which forwards all its method calls to anotherBlockingQueue
.
com.google.common.util.concurrent
.