Classes and Interfaces for collections.



Interfaces
 InterfaceDescription
 IMap Defines an object that contains key/value pairs.
 ITypedCollectionListener

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1

Classes
 ClassDescription
 EntityCollection Collection that is forced to hold instances of type Entity.
 Map Basic implementation of the IMap interface.
 MapViewCursor Map view cursor.
 Properties The Properties class represents a collection of properties in the form of key-value pairs.
 PropertiesParser

PropertiesParser parses a properties source string into a Properties instance.

The source string contains simple key-value pairs.

 TypedCollection Collection that is forced to hold values of a certain type.
 TypedCollectionEvent Describes an event generated by a TypedCollection

Authors: Christophe Herreman, Bert Vandamme
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1

 TypedCollectionViewCursor A decorator for an IViewCursor instance which forces the cursor to deal with values of a certain type.