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
Methods in org.apache.commons.lang3.time that return DurationFormatUtils.Token Modifier and Type Method Description (package private) static DurationFormatUtils.Token[]DurationFormatUtils. lexx(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 booleanDurationFormatUtils.Token. containsTokenWithValue(DurationFormatUtils.Token[] tokens, Object value)Helper method to determine if a set of tokens contain a value(package private) static StringDurationFormatUtils. 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.
-