|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Provides the API for utilities that help to dealing with
Collections.
CollectionFactory and
MapFactory) of the various
containers offered by the JDK (see java.util).CollectionFactoryManager that allows
to create instances of Collections and
Maps in a generic way.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||