Sets the value at the given index in the list to value.
@override void operator []=(int index, E value) { _collective[index] = value; }