| Constructor and Description |
|---|
LocalizedValuesMap(int fixedSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Language,T>> |
entrySet() |
T |
get(Object key) |
protected int |
getKeyPos(Language key) |
boolean |
isEmpty() |
Set<Language> |
keySet() |
T |
put(Language key,
T value) |
void |
putAll(Map<? extends Language,? extends T> t) |
T |
remove(Object key) |
int |
size() |
Collection<T> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected int getKeyPos(Language key)
public boolean containsKey(Object key)
containsKey in interface Map<Language,T>public boolean containsValue(Object value)
containsValue in interface Map<Language,T>Copyright © 2017 SAP SE. All Rights Reserved.