Collection (abstract data type)
In computer programming, a collection is an abstract data type that is a grouping of items that can be used in a polymorphic way. Often, the items are of the same data type such as int or string.
Source: Wikipedia — Collection (abstract data type) (CC BY-SA 4.0)