This loads the package.
We first define a class with two fields that each holds a list of values. The modifier Static binds a class member to the class instead of an object.
Parts of a field value can be accessed. New values can be assigned to parts of a field. Compound assignments work as well. |