public static class Stats.AccumulatedStatistic extends Object implements Serializable
| Constructor and Description |
|---|
AccumulatedStatistic()
c'tor: link itself to the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate()
add local value to a global one.
|
void |
inc()
increment local value.
|
void |
print(LogAdapter l,
boolean b,
String s1,
String s2) |
public AccumulatedStatistic()
public void inc()
public void accumulate()
public void print(LogAdapter l, boolean b, String s1, String s2)
l - lb - bs1 - s1s2 - s2Copyright © 2018 The University of Manchester. All rights reserved.