java.lang.Object
java.text.Collator
java.text.RuleBasedCollator
- All Implemented Interfaces:
- Cloneable, Comparator<Object>
- See Also:
- Top Examples, Source Code,
CollationElementIterator
public Object clone()
- See Also:
Cloneable
, Collator
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int compare(String source,
String target)
- See Also:
Collator.getCollationKey(java.lang.String)
, CollationKey
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object obj)
- See Also:
Hashtable
, Object.hashCode()
, Collator, Comparator
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CollationElementIterator getCollationElementIterator(String source)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CollationElementIterator getCollationElementIterator(CharacterIterator source)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CollationKey getCollationKey(String source)
- See Also:
Collator.compare(java.lang.String, java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getRules()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
, Collator
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RuleBasedCollator(String rules)
throws ParseException
- See Also:
Locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples