| WeightedSnapshot | WeightedSnapshot | |||
|---|---|---|---|---|
| skipping to change at line 12 | skipping to change at line 12 | |||
| public class com.codahale.metrics.WeightedSnapshot extends com.codahale.met rics.Snapshot { | public class com.codahale.metrics.WeightedSnapshot extends com.codahale.met rics.Snapshot { | |||
| public com.codahale.metrics.WeightedSnapshot(java.util.Collection<com.cod ahale.metrics.WeightedSnapshot$WeightedSample>); | public com.codahale.metrics.WeightedSnapshot(java.util.Collection<com.cod ahale.metrics.WeightedSnapshot$WeightedSample>); | |||
| public double getValue(double); | public double getValue(double); | |||
| public int size(); | public int size(); | |||
| public long[] getValues(); | public long[] getValues(); | |||
| public long getMax(); | public long getMax(); | |||
| public long getMin(); | public long getMin(); | |||
| public double getMean(); | public double getMean(); | |||
| public double getStdDev(); | public double getStdDev(); | |||
| public void dump(java.io.OutputStream); | public void dump(java.io.OutputStream); | |||
| static {}; | ||||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||