Package dev.orne.i18n.spi.eu
Class BasqueCalendarNameProvider
java.lang.Object
java.util.spi.LocaleServiceProvider
java.util.spi.CalendarNameProvider
dev.orne.i18n.spi.eu.BasqueCalendarNameProvider
Basque calendar names provider.
- Since:
- 1.0
- Version:
- 1.0, 2024-10
- Author:
- (w) Iker Hernaez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Locale[]getDisplayName(String calendarType, int field, int value, int style, @NotNull Locale locale) getDisplayNames(String calendarType, int field, int style, @NotNull Locale locale) Methods inherited from class java.util.spi.LocaleServiceProvider
isSupportedLocale
-
Constructor Details
-
BasqueCalendarNameProvider
public BasqueCalendarNameProvider()Creates a new instance.
-
-
Method Details
-
getDisplayNames
public Map<String,Integer> getDisplayNames(String calendarType, int field, int style, @NotNull @NotNull Locale locale) - Specified by:
getDisplayNamesin classCalendarNameProvider
-
getDisplayName
public String getDisplayName(String calendarType, int field, int value, int style, @NotNull @NotNull Locale locale) - Specified by:
getDisplayNamein classCalendarNameProvider
-
getAvailableLocales
- Specified by:
getAvailableLocalesin classLocaleServiceProvider
-