public class Collator extends Object
constructor, prototype
Constructor and Description |
---|
Collator() |
Collator(String locale) |
Collator(String[] locales) |
Collator(String[] locales,
CollatorOptions options) |
Collator(String locale,
CollatorOptions options) |
Modifier and Type | Method and Description |
---|---|
static Collator |
applyStatic() |
static Collator |
applyStatic(String locale) |
static Collator |
applyStatic(String[] locales) |
static Collator |
applyStatic(String[] locales,
CollatorOptions options) |
static Collator |
applyStatic(String locale,
CollatorOptions options) |
double |
compare(String x,
String y) |
ResolvedCollatorOptions |
resolvedOptions() |
static String[] |
supportedLocalesOf(String locale) |
static String[] |
supportedLocalesOf(String[] locales) |
static String[] |
supportedLocalesOf(String[] locales,
CollatorOptions options) |
static String[] |
supportedLocalesOf(String locale,
CollatorOptions options) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public Collator(String[] locales, CollatorOptions options)
public Collator(String locale, CollatorOptions options)
public Collator(String[] locales)
public Collator()
public Collator(String locale)
public ResolvedCollatorOptions resolvedOptions()
public static Collator applyStatic(String[] locales, CollatorOptions options)
public static Collator applyStatic(String locale, CollatorOptions options)
public static String[] supportedLocalesOf(String[] locales, CollatorOptions options)
public static String[] supportedLocalesOf(String locale, CollatorOptions options)
public static Collator applyStatic()