|
|
|
|
|
Container ClassIn 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.
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|