| Constructor and Description |
|---|
FormattersMap() |
FormattersMap(FormattersMap src) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
FormattersMap |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Filter,Formatter>> |
entrySet() |
Formatter |
get(Object key) |
Object |
getSyncObj() |
boolean |
isEmpty() |
Set<Filter> |
keySet() |
Formatter |
put(Filter key,
Formatter value) |
void |
putAll(Map<? extends Filter,? extends Formatter> m) |
Formatter |
remove(Object key) |
int |
size() |
Collection<Formatter> |
values() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic FormattersMap()
public FormattersMap(FormattersMap src)
public FormattersMap clone()
public Object getSyncObj()
public boolean containsKey(Object key)
containsKey in interface Map<Filter,Formatter>public boolean containsValue(Object value)
containsValue in interface Map<Filter,Formatter>public Collection<Formatter> values()
Copyright © 2017. All rights reserved.