public interface ChronoPattern
Allows a flexible interpretation of symbols in format patterns.
| Modifier and Type | Method and Description |
|---|---|
Set<ChronoElement<?>> |
registerSymbol(ChronoFormatter.Builder<?> builder,
Locale locale,
char symbol,
int count)
Registers a format symbol.
|
Set<ChronoElement<?>> registerSymbol(ChronoFormatter.Builder<?> builder, Locale locale, char symbol, int count)
Registers a format symbol.
builder - serves for construction of ChronoFormatterlocale - current language- and country settingsymbol - pattern symbol to be interpretedcount - count of symbols in format patternIllegalArgumentException - if symbol resolution failsCopyright © 2014. All rights reserved.