Class CollectionContainerPolicy

All Implemented Interfaces:
Serializable, Cloneable, CoreContainerPolicy<AbstractSession>
Direct Known Subclasses:
ListContainerPolicy, SortedCollectionContainerPolicy

public class CollectionContainerPolicy extends InterfaceContainerPolicy

Purpose: A CollectionContainerPolicy is ContainerPolicy whose container class implements the Collection interface.

Responsibilities: Provide the functionality to operate on an instance of a Collection.

See Also: