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.
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close