Interface Container

Interface for objects that instantiate and manage the lifetime of objects in it.

interface Container
  : Locator!(object.Object,string) ;

Methods

NameDescription
instantiateSets up the internal state of container.
getGet a Type that is associated with key.
hasCheck if an element is present in Locator by key id.