public final class Report extends Object
Report(String name, long start, long stop, List<Long> laps)
double
getAverageTime()
String
getName()
getTotalTime()
boolean
hasLaps()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Report(String name, long start, long stop, List<Long> laps)
public String getName()
public boolean hasLaps()
public double getAverageTime()
public double getTotalTime()
Copyright © 2007-2014. All Rights Reserved.