class RecipientsByType extends HashMap<RecipientType,List<javax.mail.internet.InternetAddress>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RecipientsByType() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String typeUri,
String address,
String personal) |
Integer |
getCount() |
private List<javax.mail.internet.InternetAddress> |
getTypeList(RecipientType type) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringRecipientsByType()
public void add(String typeUri, String address, String personal) throws UnsupportedEncodingException, javax.mail.internet.AddressException
UnsupportedEncodingExceptionjavax.mail.internet.AddressExceptionprivate List<javax.mail.internet.InternetAddress> getTypeList(RecipientType type)
Copyright © 2015. All Rights Reserved.