static class FastDateParser.TimeZoneStrategy extends FastDateParser.PatternStrategy
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
FastDateParser.TimeZoneStrategy.TzInfo |
| 限定符和类型 | 字段和说明 |
|---|---|
private static String |
GMT_OPTION |
private static int |
ID
Index of zone id
|
private Locale |
locale |
private static String |
RFC_822_TIME_ZONE |
private Map<String,FastDateParser.TimeZoneStrategy.TzInfo> |
tzNames |
private static String |
UTC_TIME_ZONE_WITH_OFFSET |
| 构造器和说明 |
|---|
TimeZoneStrategy(Locale locale)
Construct a Strategy that parses a TimeZone
|
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) void |
setCalendar(FastDateParser parser,
Calendar cal,
String value) |
createPattern, createPattern, isNumber, parseprivate final Locale locale
private final Map<String,FastDateParser.TimeZoneStrategy.TzInfo> tzNames
private static final int ID
TimeZoneStrategy(Locale locale)
locale - The Localevoid setCalendar(FastDateParser parser, Calendar cal, String value)
Copyright © 2020. All rights reserved.