CollatorCls

@JSGlobal("Intl.Collator") @native @JSType class CollatorCls() extends StObject with Collator
trait Collator
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(locales: String)
def this(locales: Array[String])
def this(locales: String, options: CollatorOptions)
def this(locales: Array[String], options: CollatorOptions)
def this(locales: Unit, options: CollatorOptions)

Inherited methods

def compare(x: String, y: String): Double
Inherited from
Collator
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object