Charta Software
Back to the base
E-mail:
Wachtwoord:
Aangemaakt door op 2009-06-11 13:00:42
Laatst gewijzigd op 2010-01-22 09:32:47

Introduced type Set

From now on Charta supports the new collection type Set. It can be used to store and retrieve objects when their order is not important.

The new collection type Set has been added to store an unordered collection of objects. Although the order of the members of a set cannot be manipulated, a set does expose its members through an integral valued index. For instance, one can get the fifth element of a set.

The set has not been fully implemented yet, support at various levels in Charta will be added over time. The class Set is intended the be an efficient means of storing and retrieving objects when object order is not important. This efficiency will also be gradually improved upon over time.

Berichten

Set has been fully implemented
Aangemaakt door op 2009-06-17 17:56:23
The class Set has been fully implemented. Please refer to the documentation to read more about how to use it.
Export/import cycle needed
Aangemaakt door op 2009-06-11 13:03:03

Please note that the current update in the trunk of Charta requires a cycle of exporting to and importing from XML.

Another cycle is needed
Aangemaakt door op 2009-06-15 19:03:23
Because of recent updates another export/import cycle is needed.