protected void standardClear() { Iterators.clear(this.iterator()); }
@Override public void clear() { Iterators.clear(cellSet().iterator()); }