Package org.python.modules._locale
Interface PyLocale
-
- All Superinterfaces:
DateSymbolLocale
- All Known Implementing Classes:
CEmulationLocale,JyLocale
public interface PyLocale extends DateSymbolLocale
Definition of a Python native locale implementation. Based on Python locale module behaviour and implicit dependencies, and the_localemodule.cimplementation in CPython. It is recommended classes implementing this interface are made immutable.- Since:
- Jython 2.7.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PyStringgetLocaleString()PyStringgetUnderlyingLocale()PyDictionarylocaleconv()intstrcoll(PyString str1, PyString str2)PyStringstrxfrm(PyString str1)-
Methods inherited from interface org.python.modules._locale.DateSymbolLocale
getAmPmStrings, getMonths, getShortMonths, getShortWeekdays, getWeekdays
-
-