protected void removeAt(final int index) {
   this._values[index] = null;
   super.removeAt(index);
 }