Adds the contents of component to set.
component
If the contents of component change over time, set will change accordingly.
void add(Set<E> component) { _sets.add(component); }