Liking cljdoc? Tell your friends :D

jdk.text.spi.BreakIteratorProvider

An abstract class for service providers that provide concrete implementations of the BreakIterator class.

An abstract class for service providers that
provide concrete implementations of the
BreakIterator class.
raw docstring

get-character-instanceclj

(get-character-instance this locale)

Returns a new BreakIterator instance for character breaks for the given locale.

locale - the desired locale - java.util.Locale

returns: A break iterator for character breaks - java.text.BreakIterator

throws: java.lang.NullPointerException - if locale is null

Returns a new BreakIterator instance
 for character breaks
 for the given locale.

locale - the desired locale - `java.util.Locale`

returns: A break iterator for character breaks - `java.text.BreakIterator`

throws: java.lang.NullPointerException - if locale is null
raw docstring

get-line-instanceclj

(get-line-instance this locale)

Returns a new BreakIterator instance for line breaks for the given locale.

locale - the desired locale - java.util.Locale

returns: A break iterator for line breaks - java.text.BreakIterator

throws: java.lang.NullPointerException - if locale is null

Returns a new BreakIterator instance
 for line breaks
 for the given locale.

locale - the desired locale - `java.util.Locale`

returns: A break iterator for line breaks - `java.text.BreakIterator`

throws: java.lang.NullPointerException - if locale is null
raw docstring

get-sentence-instanceclj

(get-sentence-instance this locale)

Returns a new BreakIterator instance for sentence breaks for the given locale.

locale - the desired locale - java.util.Locale

returns: A break iterator for sentence breaks - java.text.BreakIterator

throws: java.lang.NullPointerException - if locale is null

Returns a new BreakIterator instance
 for sentence breaks
 for the given locale.

locale - the desired locale - `java.util.Locale`

returns: A break iterator for sentence breaks - `java.text.BreakIterator`

throws: java.lang.NullPointerException - if locale is null
raw docstring

get-word-instanceclj

(get-word-instance this locale)

Returns a new BreakIterator instance for word breaks for the given locale.

locale - the desired locale - java.util.Locale

returns: A break iterator for word breaks - java.text.BreakIterator

throws: java.lang.NullPointerException - if locale is null

Returns a new BreakIterator instance
 for word breaks
 for the given locale.

locale - the desired locale - `java.util.Locale`

returns: A break iterator for word breaks - `java.text.BreakIterator`

throws: java.lang.NullPointerException - if locale is null
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close