1.3 MultiSet

MultiSet is a subpattern of the collection pattern. MultiSet is an unstructured collection of element references, where duplicates are allowed. MultiSet does not define any additional operations.

1.4 Set

Set is a subpattern of the multiSet pattern. Set is like multiSet, except that duplicated are not allowed. Set does not define any additional operations.


Container Libraries - Reference Manual
© 1992-2002 Mjølner Informatics
[Modified: Thursday October 19th 2000 at 12:51]