COP 2210 / Pestaina .edu

The MultiSet uses a Java ArrayList of Objects as its internal storage container and stores each object in the multi-set. In the example above A would be stored three separate times. You may not use any other methods in the MultiSet class. Otherwise you may use whatever classes and method you want. Here is a summary of the ArrayList methods. ................
................