Class TupleContainer

An aggregate container with knowledge of concrete types of aggregated containers. It delegates the task of serving an object to contained containers.

class TupleContainer(T...) ;

Constructors

NameDescription
thisConstruct tuple container with a set of aggregate containers.

Methods

NameDescription
getGet a container, or an object that is contained by managed containers.
hasCheck if an object is present in one of containers, or it is a container itself.
instantiateFinalize all unfinished initialization work in containers.