Interface Collator.ReorderCodes

Enclosing class:
Collator

public static interface Collator.ReorderCodes
Reordering codes for non-script groups that can be reordered under collation.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Characters with the currency property.
    static final int
    A special reordering code that is used to specify the default reordering codes for a locale.
    static final int
    Characters with the digit property.
    static final int
    The first entry in the enumeration of reordering groups.
    static final int
    Deprecated.
    ICU 58 The numeric value may change over time, see ICU ticket #12420.
    static final int
    A special reordering code that is used to specify no reordering codes.
    static final int
    A special reordering code that is used to specify all other codes used for reordering except for the codes listed as ReorderingCodes and those listed explicitly in a reordering.
    static final int
    Characters with the punctuation property.
    static final int
    Characters with the space property.
    static final int
    Characters with the symbol property.
  • Field Details

    • DEFAULT

      static final int DEFAULT
      A special reordering code that is used to specify the default reordering codes for a locale.
      See Also:
    • NONE

      static final int NONE
      A special reordering code that is used to specify no reordering codes.
      See Also:
    • OTHERS

      static final int OTHERS
      A special reordering code that is used to specify all other codes used for reordering except for the codes listed as ReorderingCodes and those listed explicitly in a reordering.
      See Also:
    • SPACE

      static final int SPACE
      Characters with the space property. This is equivalent to the rule value "space".
      See Also:
    • FIRST

      static final int FIRST
      The first entry in the enumeration of reordering groups. This is intended for use in range checking and enumeration of the reorder codes.
      See Also:
    • PUNCTUATION

      static final int PUNCTUATION
      Characters with the punctuation property. This is equivalent to the rule value "punct".
      See Also:
    • SYMBOL

      static final int SYMBOL
      Characters with the symbol property. This is equivalent to the rule value "symbol".
      See Also:
    • CURRENCY

      static final int CURRENCY
      Characters with the currency property. This is equivalent to the rule value "currency".
      See Also:
    • DIGIT

      static final int DIGIT
      Characters with the digit property. This is equivalent to the rule value "digit".
      See Also:
    • LIMIT

      @Deprecated static final int LIMIT
      Deprecated.
      ICU 58 The numeric value may change over time, see ICU ticket #12420.
      One more than the highest normal ReorderCodes value.
      See Also: