Package | Description |
---|---|
org.apache.commons.lang3.time |
Provides classes and methods to work with dates and durations.
|
Modifier and Type | Class and Description |
---|---|
private static class |
FastDateParser.CaseInsensitiveTextStrategy
A strategy that handles a text field in the parsing pattern
|
private static class |
FastDateParser.CopyQuotedStrategy
A strategy that copies the static or quoted field in the parsing pattern
|
private static class |
FastDateParser.ISO8601TimeZoneStrategy |
private static class |
FastDateParser.NumberStrategy
A strategy that handles a number field in the parsing pattern
|
private static class |
FastDateParser.PatternStrategy
A strategy to parse a single field from the parsing pattern
|
(package private) static class |
FastDateParser.TimeZoneStrategy
A strategy that handles a timezone field in the parsing pattern
|
Modifier and Type | Method and Description |
---|---|
private FastDateParser.Strategy |
FastDateParser.getLocaleSpecificStrategy(int field,
java.util.Calendar definingCalendar)
Construct a Strategy that parses a Text field
|
private FastDateParser.Strategy |
FastDateParser.getStrategy(char f,
int width,
java.util.Calendar definingCalendar)
Obtain a Strategy given a field from a SimpleDateFormat pattern
|
(package private) static FastDateParser.Strategy |
FastDateParser.ISO8601TimeZoneStrategy.getStrategy(int tokenLen)
Factory method for ISO8601TimeZoneStrategies.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<java.util.Locale,FastDateParser.Strategy> |
FastDateParser.getCache(int field)
Get a cache of Strategies for a particular field
|
Constructor and Description |
---|
StrategyAndWidth(FastDateParser.Strategy strategy,
int width) |