super(other);
if (other.list != null) {
list = new HashSet();
for (Iterator i = other.list.iterator(); i.hasNext();) {
LocaleEncodingMappingDescriptor lemd = (LocaleEncodingMappingDescriptor)i.next();
list.add(new LocaleEncodingMappingDescriptor(lemd));
}
} else {
list = null;
}