java.lang.Object
java.text.Collator
- All Implemented Interfaces:
- Cloneable, Comparator<Object>
- Direct Known Subclasses:
- RuleBasedCollator
- See Also:
- Top Examples, Source Code,
CollationKey,
CollationElementIterator,
Locale
public static final int CANONICAL_DECOMPOSITION
- See Also:
setDecomposition(int), getDecomposition()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object clone()
- See Also:
Cloneable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Collator()
- See Also:
getInstance()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int compare(Object o1,
Object o2)- See Also:
Comparator, ClassCastException, compare
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int compare(String source,
String target)- See Also:
getCollationKey(java.lang.String), CollationKey
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object that)
- See Also:
Hashtable, Object.hashCode(), Comparator
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(String source,
String target)- See Also:
compare(java.lang.String, java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int FULL_DECOMPOSITION
- See Also:
setDecomposition(int), getDecomposition()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Locale[] getAvailableLocales()
- See Also:
Locale.US
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract CollationKey getCollationKey(String source)
- See Also:
compare(java.lang.String, java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getDecomposition()
- See Also:
FULL_DECOMPOSITION, CANONICAL_DECOMPOSITION, NO_DECOMPOSITION, setDecomposition(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Collator getInstance()
- See Also:
Locale.getDefault()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Collator getInstance(Locale desiredLocale)
- See Also:
ResourceBundle
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getStrength()
- See Also:
IDENTICAL, TERTIARY, SECONDARY, PRIMARY, setStrength(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int hashCode()
- See Also:
Hashtable, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int IDENTICAL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int NO_DECOMPOSITION
- See Also:
setDecomposition(int), getDecomposition()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int PRIMARY
- See Also:
getStrength(), setStrength(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int SECONDARY
- See Also:
getStrength(), setStrength(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDecomposition(int decompositionMode)
- See Also:
FULL_DECOMPOSITION, CANONICAL_DECOMPOSITION, NO_DECOMPOSITION, getDecomposition(), IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setStrength(int newStrength)
- See Also:
IDENTICAL, TERTIARY, SECONDARY, PRIMARY, getStrength(), IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int TERTIARY
- See Also:
getStrength(), setStrength(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples