Provides some containers that are able to store their blocks on disk.
In general, containers are objects that deal with the management
of a set of objects. In contrast to the Java collection framework,
any collection of this framework supports a close method. This method
releases any system resources associated with the collection and is very
important for collections using external resources like files or
JDBC resources.