Constructor and Description |
---|
CloseableMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
close()
Closes the resource.
|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
protected static final Log logger
public void close() throws MuleException
Closeable
close
in interface Closeable
MuleException
- if an exception occurs closing the resourcepublic boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.