Replace One/Many Distinctions with Composite

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

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