The org.pranaframework.collections package contains the collection classes



Interfaces
 InterfaceDescription
 IMap An object that contains key/value pairs.
 ITypedCollectionListener 
Classes
 ClassDescription
 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.
 TypedCollection Collection that is forced to hold values of a certain type.
 TypedCollectionEvent Describes an event generated by a TypedCollection
 TypedCollectionViewCursor A decorator for an IViewCursor instance which forces the cursor to deal with values of a certain type.