Uses of Class
org.apache.commons.lang3.time.DurationFormatUtils.Token
-
Packages that use DurationFormatUtils.Token Package Description org.apache.commons.lang3.time Provides classes and methods to work with dates and durations. -
-
Uses of DurationFormatUtils.Token in org.apache.commons.lang3.time
Fields in org.apache.commons.lang3.time declared as DurationFormatUtils.Token Modifier and Type Field Description private static DurationFormatUtils.Token[]
DurationFormatUtils.Token. EMPTY_ARRAY
Empty array.Methods in org.apache.commons.lang3.time that return DurationFormatUtils.Token Modifier and Type Method Description (package private) static DurationFormatUtils.Token[]
DurationFormatUtils. lexx(java.lang.String format)
Parses a classic date format string into TokensMethods in org.apache.commons.lang3.time with parameters of type DurationFormatUtils.Token Modifier and Type Method Description (package private) static boolean
DurationFormatUtils.Token. containsTokenWithValue(DurationFormatUtils.Token[] tokens, java.lang.Object value)
Helper method to determine if a set of tokens contain a value(package private) static java.lang.String
DurationFormatUtils. format(DurationFormatUtils.Token[] tokens, long years, long months, long days, long hours, long minutes, long seconds, long milliseconds, boolean padWithZeros)
The internal method to do the formatting.
-