Class ColonTime
java.lang.Object
us.ajg0702.leaderboards.formatting.Format
us.ajg0702.leaderboards.formatting.formats.ColonTime
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ColonTimepublic ColonTime()
 
- 
- 
Method Details- 
matchesDescription copied from class:FormatTests if the provided placeholder (and possibly output) is readable with this format
- 
toDoubleDescription copied from class:FormatConverts the provided input to a double using this format- Specified by:
- toDoublein class- Format
- 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
 
- 
toFormatDescription copied from class:FormatConverts a double into this format
- 
getName
 
-