| 程序包 | 说明 |
|---|---|
| com.github.jarvisframework.tool.core.date.format |
| 限定符和类型 | 类和说明 |
|---|---|
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
|
(专用程序包) static class |
FastDateParser.TimeZoneStrategy
A strategy that handles a timezone field in the parsing pattern
|
| 限定符和类型 | 方法和说明 |
|---|---|
private FastDateParser.Strategy |
FastDateParser.getLocaleSpecificStrategy(int field,
Calendar definingCalendar)
Construct a Strategy that parses a Text field
|
private FastDateParser.Strategy |
FastDateParser.getStrategy(char f,
int width,
Calendar definingCalendar)
Obtain a Strategy given a field from a SimpleDateFormat pattern
|
(专用程序包) static FastDateParser.Strategy |
FastDateParser.ISO8601TimeZoneStrategy.getStrategy(int tokenLen)
Factory method for ISO8601TimeZoneStrategies.
|
| 限定符和类型 | 方法和说明 |
|---|---|
private static ConcurrentMap<Locale,FastDateParser.Strategy> |
FastDateParser.getCache(int field)
Get a cache of Strategies for a particular field
|
| 构造器和说明 |
|---|
StrategyAndWidth(FastDateParser.Strategy strategy,
int width) |
Copyright © 2020. All rights reserved.