/**
  * Gets the number of removed characters.
  *
  * @return The number of removed characters.
  */
 public int getRemovedCount() {
   return IMPL.getRemovedCount(mRecord);
 }