clone abstract method
Clones a container so that a new container can have values bound to it without updating this current container.
Implementation
Container clone();
Clones a container so that a new container can have values bound to it without updating this current container.
Container clone();