-
fPattern
String fPattern
-
fPatternDecimalSeparatorIndex
int fPatternDecimalSeparatorIndex
-
fDecimalSeparator
char fDecimalSeparator
-
fDateTimePattern
String fDateTimePattern
-
fSubSecPattern
String fSubSecPattern
-
fSupplPatterns
List<E> fSupplPatterns
-
fUnitOfSeconds
long fUnitOfSeconds
-
fLocale
Locale fLocale
-
fSupplPatternLetters
String fSupplPatternLetters
The supplementary pattern letters. Can be redefined by sub-classes
to either override existing letters or augment the letter set.
If so, the format() method must provide the (re-)implementation of the
pattern.
-
fSubSecPatternChars
String fSubSecPatternChars
The sub-second pattern letters.
-
fDelimiterChars
String fDelimiterChars
The optional sub-second delimiter characters.
-
fUnitOfSecondsMap
Map<K,V> fUnitOfSecondsMap
The map of optional unit of seconds suffix characters that can follow the
T pattern. The map value is the unit of seconds denominator.
- Since:
- 2.0
-
fOpenBracket
String fOpenBracket
The open bracket symbol
-
fCloseBracket
String fCloseBracket
The closing bracket symbol