public static class ReservationGridManager.VinHistoryStatCollector extends Object implements StatCollector<ReservationGridManager>
| Constructor and Description |
|---|
ReservationGridManager.VinHistoryStatCollector()
Create a statistic collector for VIN history.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collect(ReservationGridManager manager)
Collect the statistic about a given object.
|
void |
print(PrintStream outfile)
Print the statistics to an output stream.
|
public ReservationGridManager.VinHistoryStatCollector()
public void collect(ReservationGridManager manager)
collect in interface StatCollector<ReservationGridManager>manager - the given objectpublic void print(PrintStream outfile)
print in interface StatCollector<ReservationGridManager>outfile - the output streamCopyright © 2013. All rights reserved.