Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

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:

  • No labels