Uses of Class
org.apache.commons.lang3.time.DurationFormatUtils.Token
Packages that use DurationFormatUtils.Token
Package
Description
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.TokenModifier and TypeFieldDescriptionprivate static final DurationFormatUtils.Token[]
DurationFormatUtils.Token.EMPTY_ARRAY
Empty array.Methods in org.apache.commons.lang3.time that return DurationFormatUtils.TokenModifier and TypeMethodDescription(package private) static DurationFormatUtils.Token[]
Parses a classic date format string into TokensMethods in org.apache.commons.lang3.time with parameters of type DurationFormatUtils.TokenModifier and TypeMethodDescription(package private) static boolean
DurationFormatUtils.Token.containsTokenWithValue
(DurationFormatUtils.Token[] tokens, Object value) Helper method to determine if a set of tokens contain a value(package private) static 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.