Uses of Class
com.google.common.collect.ForwardingQueue
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Concurrency utilities.
-
Uses of ForwardingQueue in com.google.common.collect
Modifier 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
Modifier 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
.