public class AttachmentMap extends AbstractMap<String,DataHandler>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AttachmentMap(Map<String,Attachment> backingMap) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,DataHandler>> |
entrySet() |
Map<String,Attachment> |
getOriginalMap() |
DataHandler |
put(String key,
DataHandler value) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AttachmentMap(Map<String,Attachment> backingMap)
public DataHandler put(String key, DataHandler value)
put in interface Map<String,DataHandler>put in class AbstractMap<String,DataHandler>public Set<Map.Entry<String,DataHandler>> entrySet()
entrySet in interface Map<String,DataHandler>entrySet in class AbstractMap<String,DataHandler>public Map<String,Attachment> getOriginalMap()
Apache Camel