removes several cubits at once. See remove
void removeAll(Iterable<T> objects) { for (T object in objects) { remove(object); } }