- Vector: Ordered collection of objects of the same type.
- Set: Unordered collection of objects, possibly of the same type or possibly different depending on the collection type and language. Any given object can only appear once.
- Tuple: Ordered collection of objects of different types.