- 
fPatternString fPattern 
- 
fPatternDecimalSeparatorIndexint fPatternDecimalSeparatorIndex 
- 
fDecimalSeparatorchar fDecimalSeparator 
- 
fDateTimePatternString fDateTimePattern 
- 
fSubSecPatternString fSubSecPattern 
- 
fSupplPatternsList<E> fSupplPatterns 
- 
fUnitOfSecondslong fUnitOfSeconds 
- 
fLocaleLocale fLocale 
- 
fSupplPatternLettersString 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. 
- 
fSubSecPatternCharsString fSubSecPatternChars The sub-second pattern letters. 
- 
fDelimiterCharsString fDelimiterChars The optional sub-second delimiter characters. 
- 
fUnitOfSecondsMapMap<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
 
- 
fOpenBracketString fOpenBracket The open bracket symbol 
- 
fCloseBracketString fCloseBracket The closing bracket symbol