Collections

Collections

Collections or containers are ways to refer to “multiples” of a given kind of entity. There are many collection types in various programming environments - arrays, vectors, lists, sets, maps, and dictionaries (to name a few). Special naming considerations may be important for some kinds of collections:

Related content