Skip navigation links
D G O S T V W 

D

DateFormat - Enum in org.refcodes.time
The DateFormat contains Date and DateFormat related values useful for parsing from and formatting to date String instances.
DateFormats - Enum in org.refcodes.time
The DateFormats represent sets of DateFormat definitions.
DateUtility - Class in org.refcodes.time
The Class DateUtility.

G

getDateFormats() - Method in enum org.refcodes.time.DateFormats
Gets the date formats.
getFormatter() - Method in enum org.refcodes.time.DateFormat
Gets the formatter.
getMilliseconds() - Method in enum org.refcodes.time.TimeUnit
Returns the divisor for the time unit to be converted to seconds.
getTime(TimeUnit) - Method in interface org.refcodes.time.TimeAccessor
Retrieves the time from the time property.

O

org.refcodes.time - package org.refcodes.time
 

S

setTime(float, TimeUnit) - Method in interface org.refcodes.time.TimeAccessor.TimeMutator
Sets the time for the time property.

T

TimeAccessor - Interface in org.refcodes.time
Provides an accessor for a time property.
TimeAccessor.TimeBuilder<B extends TimeAccessor.TimeBuilder<B>> - Interface in org.refcodes.time
Provides a builder method for a time property returning the builder for applying multiple build operations.
TimeAccessor.TimeMutator - Interface in org.refcodes.time
Provides a mutator for a time property.
TimeAccessor.TimeProperty - Interface in org.refcodes.time
Provides a time property.
TimeUnit - Enum in org.refcodes.time
The Enum TimeUnit.
toDate(String) - Method in enum org.refcodes.time.DateFormats
Creates a date from the provided String using the date formats as retrieved by the DateFormats.getDateFormats() method.
toDate(String, DateTimeFormatter[]) - Static method in class org.refcodes.time.DateUtility
Parses a String to retrieve a date from it, using the provided DateTimeFormatter instances.
toMilliseconds(TimeUnit, long) - Static method in enum org.refcodes.time.TimeUnit
Converts a given time from the provided TimeUnit to milliseconds.
toTime(TimeUnit, long) - Method in enum org.refcodes.time.TimeUnit
Converts a given time from one TimeUnit to this instance's time unit.
toTimeUnit(TimeUnit, long, TimeUnit) - Static method in enum org.refcodes.time.TimeUnit
Converts a given time from one TimeUnit to another TimeUnit.

V

valueOf(String) - Static method in enum org.refcodes.time.DateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.time.DateFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.time.TimeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.time.DateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.time.DateFormats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.time.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.

W

withTime(float, TimeUnit) - Method in interface org.refcodes.time.TimeAccessor.TimeBuilder
Sets the time for the time property.
D G O S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.