出典:Wikipedia
出典:『Wikipedia』 (2011/05/06 15:15 UTC 版)
In computer science, a container is a class, a data structure, or an abstract data type (ADT) whose instances are collections of other objects. In other words; they are used for storing objects in an organized way following specific access rules. The underlying implementation of various types of containers may vary in space and time complexity allowing for flexibility in choosing the right implementation for a given scenario.