Liking cljdoc? Tell your friends :D
Clojure only.

jdk.text.spi.CollatorProvider

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

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

get-instanceclj

(get-instance this locale)

Returns a new Collator instance for the specified locale.

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

returns: the Collator for the desired locale. - java.text.Collator

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

Returns a new Collator instance for the specified locale.

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

returns: the Collator for the desired locale. - `java.text.Collator`

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

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

× close