Science Fair Project Encyclopedia
Container class
In object-oriented computer programming, a container class is a class of objects that is intended to contain other objects. These objects are usually allowed to be of any class, and may be of container classes themselves.
Examples of container classes include sets, lists, stacks, queues and maps.
The Java Collections Framework provides APIs and implementations for many kinds of container classes.
Last updated: 05-28-2005 21:19:55
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


