Package com.ibm.icu.text
Interface RbnfLenientScannerProvider
-
- All Known Implementing Classes:
RbnfScannerProviderImpl
@Deprecated public interface RbnfLenientScannerProvider
Deprecated.ICU 54A provider for an RbnfLenientScanner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RbnfLenientScanner
get(ULocale locale, java.lang.String extras)
Deprecated.ICU 54
-
-
-
Method Detail
-
get
@Deprecated RbnfLenientScanner get(ULocale locale, java.lang.String extras)
Deprecated.ICU 54Returns a scanner appropriate for the given locale, with optional extra data. in the form of collation rules.- Parameters:
locale
- the locale to provide the default lenient rules.extras
- extra collation rules- Returns:
- the lenient scanner, or null
-
-