void replaceRange(int start, int end, Iterable<T> replacements) { _value.replaceRange(start, end, replacements); update(); }