Replace One/Many Distinctions With Composite

Problem:

A class processes single and multiple objects using separate pieces of code.

Solution:

Use a Composite to produce one piece of code capable of handling single or multiple objects.