object Collation

Collation utilities.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Collation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Alternate extends AnyVal
  2. final class CaseFirst extends AnyVal
  3. final class MaxVariable extends AnyVal
  4. final class Strength extends AnyVal

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val IdentityStrength: Strength
  5. val LowerCaseFirst: CaseFirst
  6. val NonIgnorable: Alternate
  7. val OffCaseFirst: CaseFirst
  8. val PrimaryStrength: Strength
  9. val Punct: MaxVariable
  10. val QuaternaryStrength: Strength
  11. val SecondaryStrength: Strength
  12. val Shifted: Alternate
  13. val Space: MaxVariable
  14. val TertiaryStrength: Strength
  15. val UpperCaseFirst: CaseFirst
  16. def apply(locale: String, caseLevel: Option[Boolean] = None, caseFirst: Option[CaseFirst] = None, strength: Option[Strength] = None, numericOrdering: Option[Boolean] = None, alternate: Option[Alternate] = None, maxVariable: Option[MaxVariable] = None, backwards: Option[Boolean] = None, normalization: Option[Boolean] = None): Collation

    locale

    the ICU locale

    caseLevel

    the flag that determines whether to include case comparison at strength level 1 or 2 (see ICU case level)

    caseFirst

    the field that determines sort order of case differences during tertiary level comparisons

    numericOrdering

    the flag that determines whether to compare numeric strings as numbers or as strings

    alternate

    the field that determines whether collation should consider whitespace and punctuation as base characters

    maxVariable

    the field that determines up to which characters are considered ignorable

    backwards

    the flag that determines whether strings with diacritics sort from back of the string

    normalization

    the flag that determines whether to check if text require normalization and to perform normalization

  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped