public class CountAndRate
extends java.lang.Object
| Constructor and Description |
|---|
CountAndRate(long count,
double rate) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
double |
getRate() |
void |
setCount(long count) |
void |
setRate(double rate) |