Uses of Class
dev.majek.pc.util.TimeInterval
-
Packages that use TimeInterval Package Description dev.majek.pc.util -
-
Uses of TimeInterval in dev.majek.pc.util
Fields in dev.majek.pc.util declared as TimeInterval Modifier and Type Field Description static TimeInterval[]
TimeInterval. VALUES
Methods in dev.majek.pc.util that return TimeInterval Modifier and Type Method Description static TimeInterval
TimeInterval. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeInterval[]
TimeInterval. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.majek.pc.util with parameters of type TimeInterval Modifier and Type Method Description static String
TimeInterval. formatTime(long millis, boolean abbreviate, TimeInterval minInterval)
-