Uses of Class
net.sf.mmm.util.collection.base.AbstractQueueFactory

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

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

Subclasses of AbstractQueueFactory in net.sf.mmm.util.collection.base
 class ConcurrentLinkedQueueFactory
          This is an implementation of the QueueFactory interface that creates instances of ConcurrentLinkedQueue.
 class LinkedListQueueFactory
          This is an implementation of the QueueFactory interface that creates instances of LinkedList.
 



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