public class TimeAndCount
extends java.lang.Object
Constructor and Description |
---|
TimeAndCount(long time,
int count)
setting a time-and-count pair
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
returns the count
|
long |
getTime()
returns the time.
|
void |
setCount(int count)
sets the count.
|