add method

*<Null safety>*

void add (Set<E> component)

Implementation

void add(Set<E> component) {
  _sets.add(component);
}