@Deprecated public final class ThaiPatchedCollator extends Collator
| Modifier and Type | Field and Description |
|---|---|
static char |
TRAILING_PHANTOM_CHAR
Deprecated.
|
CANONICAL_DECOMPOSITION, FULL_DECOMPOSITION, IDENTICAL, NO_DECOMPOSITION, PRIMARY, SECONDARY, TERTIARY| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deprecated.
|
int |
compare(String source,
String target)
Deprecated.
|
boolean |
equals(Object that)
Deprecated.
|
CollationKey |
getCollationKey(String source)
Deprecated.
|
int |
getDecomposition()
Deprecated.
|
Collator |
getOriginalCollator()
Deprecated.
|
int |
getStrength()
Deprecated.
|
int |
hashCode()
Deprecated.
|
static boolean |
isThaiCharacterOfDeath(char ch)
Deprecated.
|
void |
setDecomposition(int decompositionMode)
Deprecated.
|
void |
setStrength(int newStrength)
Deprecated.
|
compare, equals, getAvailableLocales, getInstance, getInstancefinalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final char TRAILING_PHANTOM_CHAR
public Collator getOriginalCollator()
public static boolean isThaiCharacterOfDeath(char ch)
public CollationKey getCollationKey(String source)
getCollationKey in class Collatorpublic boolean equals(Object that)
equals in interface Comparator<Object>equals in class Collatorpublic int getDecomposition()
getDecomposition in class Collatorpublic void setDecomposition(int decompositionMode)
setDecomposition in class Collatorpublic int getStrength()
getStrength in class Collatorpublic void setStrength(int newStrength)
setStrength in class CollatorCopyright (c) 2016-2017, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE.txt file in the repository.