Set vs bag
No edit summary |
(Updated Edited template to July 12, 2025.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Set{1,2,3} Bag{1,2,3} | <message>Write the content here to display this box</message> | ||
Set{1,2,3} | |||
Bag{1,2,3} | |||
Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped. | Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped. | ||
Line 7: | Line 11: | ||
'''See also:''' [[Documentation:Collections|Collections]] | '''See also:''' [[Documentation:Collections|Collections]] | ||
[[Category:OCL]] | [[Category:OCL]] | ||
{{Edited|July|12| | {{Edited|July|12|2025}} |
Latest revision as of 06:02, 20 January 2025
This page was created by Hans.karlsen on 2019-11-25. Last edited by Edgar on 2025-01-20.
Set{1,2,3}
Bag{1,2,3}
Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped.
Bag can have multiple instances of objects.
See also: Collections