BreakIteratorProvider
An abstract class for service providers that provide concrete implementations of the java.text.BreakIterator class.
Since
1.6
Inheritors
Functions
Link copied to clipboard
{@return an array of all locales for which this locale service provider
Link copied to clipboard
Returns a new BreakIterator instance for ../BreakIterator.html#character for the given locale.
Link copied to clipboard
Returns a new BreakIterator instance for ../BreakIterator.html#line for the given locale.
Link copied to clipboard
Returns a new BreakIterator instance for ../BreakIterator.html#sentence for the given locale.
Link copied to clipboard
Returns a new BreakIterator instance for ../BreakIterator.html#word for the given locale.
Link copied to clipboard
Returns true if the given locale is supported by this locale service provider. The given locale may contain extensions that should be taken into account for the support determination.