Uses of Class java.text.BreakIterator

Uses in package java.text

Methods with return type java.text.BreakIterator

BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the default locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the specified locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the default locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the specified locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over sentences as defined in the default locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over sentences as defined in the specified locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over words as defined in the default locale.
BreakIterator
This method returns an instance of BreakIterator that will iterate over words as defined in the specified locale.

Uses in package java.awt.font

Constructors with parameter type java.text.BreakIterator

Uses in package java.text.spi

Methods with return type java.text.BreakIterator

BreakIterator
Returns a BreakIterator instance for character breaks in the specified Locale.
BreakIterator
Returns a BreakIterator instance for line breaks in the specified Locale.
BreakIterator
Returns a BreakIterator instance for sentence breaks in the specified Locale.
BreakIterator
Returns a BreakIterator instance for word breaks in the specified Locale.