Class Statistics
java.lang.Object
|
+----Statistics
- public abstract class Statistics
- extends Object
Superclass definition for a statistics object.
- Version:
- $Revision: 1.2 $, $Date: 2000/10/12 14:07:59 $
- Author:
- John Cavanaugh
-
time
- The time of the update.
-
Statistics(long)
- Constructs a statistics object.
-
getTime()
- Gets the time of the update.
time
private long time
- The time of the update.
Statistics
public Statistics(long time)
- Constructs a statistics object.
- Parameters:
- time - The time the update took place.
getTime
public long getTime()
- Gets the time of the update.
- Returns:
- the time the update took place.