|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bootchart.common.Stats
public class Stats
Stats encapsulates performance data statistics.
コンストラクタの概要 | |
---|---|
Stats()
Creates a new statistics instance. |
メソッドの概要 | |
---|---|
void |
addSample(Sample sample)
Adds a new statistics sample. |
List |
getSamples()
Returns a list of statistics samples. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Stats()
メソッドの詳細 |
---|
public void addSample(Sample sample)
sample
- statistics sample to addpublic List getSamples()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |