public class Statistic extends Object
Constructor and Description |
---|
Statistic(StatisticType type) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
equals(Object object) |
Set<StatisticEntry> |
getEntries() |
StatisticEntry |
getEntry(Object entryKey) |
long |
getStatisticValue(Object entryKey) |
StatisticType |
getType() |
int |
hashCode() |
StatisticEntry |
increment(Object statisticEntryKey,
long value) |
String |
toString() |
public Statistic(StatisticType type)
public StatisticType getType()
public StatisticEntry increment(Object statisticEntryKey, long value)
public void clear()
public Set<StatisticEntry> getEntries()
public StatisticEntry getEntry(Object entryKey)
public long getStatisticValue(Object entryKey)
Copyright © 2005-2014 dozer. All Rights Reserved.