HistogramStatistic
Contents
[
Hide
]
Inheritance: java.lang.Object
public class HistogramStatistic
Histogram statistics
Constructors
| Constructor | Description |
|---|---|
| HistogramStatistic() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getMaxModule() | Get max module on histogram |
| getMaxValue() | Get max value on histogram |
| getMinModule() | Get min module on histogram |
| getMinValue() | Get min value on histogram |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setMaxModule(int maxModule) | Set max module on histogram |
| setMaxValue(int maxValue) | Set max value on histogram |
| setMinModule(int minModule) | Set min module on histogram |
| setMinValue(int minValue) | Set min value on histogram |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
HistogramStatistic()
public HistogramStatistic()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getMaxModule()
public int getMaxModule()
Get max module on histogram
Returns: int - max module on histogram
getMaxValue()
public int getMaxValue()
Get max value on histogram
Returns: int - max value on histogram
getMinModule()
public int getMinModule()
Get min module on histogram
Returns: int - min module on histogram
getMinValue()
public int getMinValue()
Get min value on histogram
Returns: int - min value on histogram
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setMaxModule(int maxModule)
public void setMaxModule(int maxModule)
Set max module on histogram
Parameters:
| Parameter | Type | Description |
|---|---|---|
| maxModule | int |
setMaxValue(int maxValue)
public void setMaxValue(int maxValue)
Set max value on histogram
Parameters:
| Parameter | Type | Description |
|---|---|---|
| maxValue | int |
setMinModule(int minModule)
public void setMinModule(int minModule)
Set min module on histogram
Parameters:
| Parameter | Type | Description |
|---|---|---|
| minModule | int |
setMinValue(int minValue)
public void setMinValue(int minValue)
Set min value on histogram
Parameters:
| Parameter | Type | Description |
|---|---|---|
| minValue | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |