/**
  * Returns the number of values in this ldap attribute.
  *
  * @return number of values in this ldap attribute
  */
 public int size() {
   return attributeValues.size();
 }