public class LapTime extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
long |
getLapTime() |
DateDifference |
getLapTimeAsDateDifference() |
static LapTime[] |
toArray(ArrayList<LapTime> ArrayListOf)
A convenience function to turn a ArrayList of LapTime objects into an Array
of the LapTime objects.
|
String |
toString() |
public LapTime(long lapTime,
String label)
public long getLapTime()
public String getLabel()
public DateDifference getLapTimeAsDateDifference()
public static LapTime[] toArray(ArrayList<LapTime> ArrayListOf)
ArrayListOf - a ArrayList of LapTime objectsError - if an element of ArrayListOf is not a LapTime object.Copyright © 2023. All rights reserved.