Collections
.See: Description
Interface | Description |
---|---|
BlockingQueueFactory | |
CollectionFactory<COLLECTION extends Collection> |
This is the interface for a factory of
Collection s. |
CollectionFactoryManager |
This is the interface for a manager of
CollectionFactory instances. |
ConcurrentMapFactory | |
ConcurrentNavigableMapFactory | |
DequeFactory | |
DoubleLinkedNode<V,NODE extends DoubleLinkedNode<V,NODE>> |
This is the interface for a node of a double linked list.
|
GenericTreeNode<CHILD extends Node<PARENT>,PARENT extends GenericTreeNode<CHILD,PARENT>> |
This is the interface for the node of a tree.
|
HashKeyProvider<O> |
This is the interface that
provides a hash key for an object of type <O>. |
LinkedNode<V,NODE extends LinkedNode<V,NODE>> |
This is the interface for a node of a linked list.
|
ListFactory | |
MapFactory<MAP extends Map> |
This is the interface for a factory of
maps . |
NavigableMapFactory | |
NavigableSetFactory | |
Node<PARENT> |
This is the interface for a node that has a
parent . |
QueueFactory | |
SetFactory | |
SortedMapFactory | |
SortedSetFactory | |
TreeNode<NODE extends TreeNode<NODE>> |
This is the interface for the node a tree.
|
Collections
.
CollectionFactory
and MapFactory
) of
the various containers offered by the JDK (see java.util
). CollectionFactoryManager
that
allows to create instances of Collections
and Map
s in a generic way. Copyright © 2001–2016 mmm-Team. All rights reserved.