Interface CollectionHandler<T>

All Known Implementing Classes:
ArrayCollectionHandler, ArrayListCollectionHandler, CollectionCollectionHandler, EnumerateCollectionHandler, HashtableCollectionHandler, IteratorCollectionHandler, ListCollectionHandler, MapCollectionHandler, QueueCollectionHandler, SetCollectionHandler, SortedMapCollectionHandler, SortedSetCollectionHandler, VectorCollectionHandler

public interface CollectionHandler<T>
Collection handler for adding/listing elements of a collection. A collection field will use this handler to add elements when it's value is set, and to enumerate then when it's value is retrieved. A collection handler is instantiated only once, must be thread safe and not use any synchronization.
Version:
$Revision$ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author:
Assaf Arkin