Uses of Class
com.google.common.collect.ForwardingQueue

Packages that use ForwardingQueue
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
com.google.common.util.concurrent Concurrency utilities. 
 

Uses of ForwardingQueue in com.google.common.collect
 

Subclasses of ForwardingQueue in com.google.common.collect
 class ForwardingDeque<E>
          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.concurrent
 class ForwardingBlockingQueue<E>
          A BlockingQueue which forwards all its method calls to another BlockingQueue.
 



Copyright © 2010-2012. All Rights Reserved.