protected static class DefaultBundleService.FailingMap<K,V> extends Object implements Map<K,V>
| Constructor and Description |
|---|
FailingMap(DefaultBundleService.ExceptionProvider exceptionProvider)
Create an instance of the map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object arg0) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K arg0,
V arg1) |
void |
putAll(Map<? extends K,? extends V> arg0) |
V |
remove(Object arg0) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic FailingMap(DefaultBundleService.ExceptionProvider exceptionProvider)
exceptionProvider - Exception provider to obtain exceptions to throw fromCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.