Uses of Interface
net.sf.mmm.util.collection.api.BlockingQueueFactory

Packages that use BlockingQueueFactory
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
 

Uses of BlockingQueueFactory in net.sf.mmm.util.collection.base
 

Classes in net.sf.mmm.util.collection.base that implement BlockingQueueFactory
 class AbstractBlockingQueueFactory
          This is the abstract base implementation of the BlockingQueueFactory interface.
 class LinkedBlockingQueueFactory
          This is an implementation of the BlockingQueueFactory interface that creates instances of LinkedBlockingQueue.
 

Fields in net.sf.mmm.util.collection.base declared as BlockingQueueFactory
static BlockingQueueFactory LinkedBlockingQueueFactory.INSTANCE
          The singleton instance.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.