Uses of Package
net.sf.mmm.util.collection.api

Packages that use net.sf.mmm.util.collection.api
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.collection.api Provides the API for utilities that help to dealing with Collections
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
net.sf.mmm.util.collection.impl Contains implementations of the Collection-Util API
net.sf.mmm.util.context.api Provides the API for a generic context. 
net.sf.mmm.util.context.base Provides the base-implementation of the Context-API
net.sf.mmm.util.context.impl Provides the implementation of the Context-API
net.sf.mmm.util.event.base Contains the abstract base-implementation of the event-handling API
net.sf.mmm.util.nls.base Contains the basis for implementations of the native language support (NLS) API. 
net.sf.mmm.util.pojo.base Provides the base-implementation of the Pojo API. 
net.sf.mmm.util.pojo.descriptor.base Contains the basic implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
net.sf.mmm.util.reflect.api Provides the API for utilities that help to deal with reflection. 
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.cli.base
CollectionFactoryManager
          This is the interface for a manager of CollectionFactory instances.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.collection.api
CollectionFactory
          This is the interface for a factory of Collections.
DoubleLinkedNode
          This is the interface for a node of a double linked list.
LinkedNode
          This is the interface for a node of a linked list.
MapFactory
          This is the interface for a factory of maps.
TreeNode
          This is the interface for the node a tree.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.collection.base
BlockingQueueFactory
          This is the interface for a CollectionFactory that creates instances of BlockingQueue.
CollectionFactory
          This is the interface for a factory of Collections.
ConcurrentMapFactory
          This is the interface for a MapFactory that creates instances of ConcurrentMap.
DequeFactory
          This is the interface for a CollectionFactory that creates instances of Deque.
DoubleLinkedNode
          This is the interface for a node of a double linked list.
LinkedNode
          This is the interface for a node of a linked list.
ListFactory
          This is the interface for a CollectionFactory that creates instances of List.
MapFactory
          This is the interface for a factory of maps.
QueueFactory
          This is the interface for a CollectionFactory that creates instances of Queue.
SetFactory
          This is the interface for a CollectionFactory that creates instances of Set.
SortedMapFactory
          This is the interface for a MapFactory that creates instances of SortedMap.
SortedSetFactory
          This is the interface for a CollectionFactory that creates instances of SortedSet.
TreeNode
          This is the interface for the node a tree.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.collection.impl
CollectionFactory
          This is the interface for a factory of Collections.
CollectionFactoryManager
          This is the interface for a manager of CollectionFactory instances.
MapFactory
          This is the interface for a factory of maps.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.context.api
MapFactory
          This is the interface for a factory of maps.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.context.base
MapFactory
          This is the interface for a factory of maps.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.context.impl
MapFactory
          This is the interface for a factory of maps.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.event.base
CollectionFactory
          This is the interface for a factory of Collections.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.nls.base
MapFactory
          This is the interface for a factory of maps.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.pojo.base
CollectionFactoryManager
          This is the interface for a manager of CollectionFactory instances.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.pojo.descriptor.base
MapFactory
          This is the interface for a factory of maps.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.pojo.descriptor.impl
MapFactory
          This is the interface for a factory of maps.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.reflect.api
CollectionFactoryManager
          This is the interface for a manager of CollectionFactory instances.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.reflect.base
CollectionFactoryManager
          This is the interface for a manager of CollectionFactory instances.
MapFactory
          This is the interface for a factory of maps.
 

Classes in net.sf.mmm.util.collection.api used by net.sf.mmm.util.value.impl
MapFactory
          This is the interface for a factory of maps.
 



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