Package | Description |
---|---|
org.zanata.rest.dto.stats.contribution |
Modifier and Type | Method and Description |
---|---|
BaseContributionStatistic |
LocaleStatistics.get(Object key) |
BaseContributionStatistic |
LocaleStatistics.put(LocaleId key,
BaseContributionStatistic value) |
BaseContributionStatistic |
LocaleStatistics.remove(Object key) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<LocaleId,BaseContributionStatistic>> |
LocaleStatistics.entrySet() |
Collection<BaseContributionStatistic> |
LocaleStatistics.values() |
Modifier and Type | Method and Description |
---|---|
BaseContributionStatistic |
LocaleStatistics.put(LocaleId key,
BaseContributionStatistic value) |
Modifier and Type | Method and Description |
---|---|
void |
LocaleStatistics.putAll(Map<? extends LocaleId,? extends BaseContributionStatistic> m) |
Copyright © 2016 Zanata Project. All rights reserved.