Classes and Interfaces for collections.
| Interface | Description | |
|---|---|---|
| IMap | Defines an object that contains key/value pairs. | |
| ITypedCollectionListener |
Author: Christophe Herreman |
| Class | Description | |
|---|---|---|
| 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 |
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 |
|
| TypedCollectionViewCursor | A decorator for an IViewCursor instance which forces the cursor to deal with values of a certain type. |