Class ColonTime
java.lang.Object
us.ajg0702.leaderboards.formatting.Format
us.ajg0702.leaderboards.formatting.formats.ColonTime
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ColonTime
public ColonTime()
-
-
Method Details
-
matches
Description copied from class:FormatTests if the provided placeholder (and possibly output) is readable with this format -
toDouble
Description copied from class:FormatConverts the provided input to a double using this format- Specified by:
toDoublein classFormat- Parameters:
input- The string output from the placeholder- Returns:
- A double representing the string format
- Throws:
NumberFormatException- if the input does not match the format, or some other issue occurred with parsing
-
toFormat
Description copied from class:FormatConverts a double into this format -
getName
-