public class LocaleStatistics extends Object implements Serializable, Map<LocaleId,BaseContributionStatistic>
Constructor and Description |
---|
LocaleStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<LocaleId,BaseContributionStatistic>> |
entrySet() |
boolean |
equals(Object o) |
BaseContributionStatistic |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<LocaleId> |
keySet() |
BaseContributionStatistic |
put(LocaleId key,
BaseContributionStatistic value) |
void |
putAll(Map<? extends LocaleId,? extends BaseContributionStatistic> m) |
BaseContributionStatistic |
remove(Object key) |
int |
size() |
Collection<BaseContributionStatistic> |
values() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public int size()
size
in interface Map<LocaleId,BaseContributionStatistic>
public boolean isEmpty()
isEmpty
in interface Map<LocaleId,BaseContributionStatistic>
public boolean containsKey(Object key)
containsKey
in interface Map<LocaleId,BaseContributionStatistic>
public boolean containsValue(Object value)
containsValue
in interface Map<LocaleId,BaseContributionStatistic>
public BaseContributionStatistic get(Object key)
get
in interface Map<LocaleId,BaseContributionStatistic>
public BaseContributionStatistic put(LocaleId key, BaseContributionStatistic value)
put
in interface Map<LocaleId,BaseContributionStatistic>
public BaseContributionStatistic remove(Object key)
remove
in interface Map<LocaleId,BaseContributionStatistic>
public void putAll(Map<? extends LocaleId,? extends BaseContributionStatistic> m)
putAll
in interface Map<LocaleId,BaseContributionStatistic>
public void clear()
clear
in interface Map<LocaleId,BaseContributionStatistic>
public Set<LocaleId> keySet()
keySet
in interface Map<LocaleId,BaseContributionStatistic>
public Collection<BaseContributionStatistic> values()
values
in interface Map<LocaleId,BaseContributionStatistic>
public Set<Map.Entry<LocaleId,BaseContributionStatistic>> entrySet()
entrySet
in interface Map<LocaleId,BaseContributionStatistic>
public boolean equals(Object o)
Copyright © 2016 Zanata Project. All rights reserved.