length method

int length()

Returns the number of translations stored in this MultiString object.

Returns the number of translations.

Implementation

int length() {
  return _values.length;
}