Interfaces
 InterfaceDescription
 ICollection The 'ICollection' interface defines a common interface for all collection objects.
Classes
 ClassDescription
 HashMap The 'HashMap' class stores data in key/value pairs.
 Queue Stores data in a 'first on, first off' fashion.
 Stack Stores data in a 'first on, last off' fashion.