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

Provides the API for utilities that help to dealing with Collections.

See:
          Description

Interface Summary
BlockingQueueFactory This is the interface for a CollectionFactory that creates instances of BlockingQueue.
CollectionFactory<COLLECTION extends Collection> This is the interface for a factory of Collections.
CollectionFactoryManager This is the interface for a manager of CollectionFactory instances.
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<V,NODE extends DoubleLinkedNode<V,NODE>> This is the interface for a node of a double linked list.
LinkedNode<V,NODE extends LinkedNode<V,NODE>> 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<MAP extends Map> 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<NODE extends TreeNode<NODE>> This is the interface for the node a tree.
 

Package net.sf.mmm.util.collection.api Description

Provides the API for utilities that help to dealing with Collections.

Collection-Util API

This package contains interfaces for factories (especially CollectionFactory and MapFactory) of the various containers offered by the JDK (see java.util).
All factories are bundled together via the CollectionFactoryManager that allows to create instances of Collections and Maps in a generic way.



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