gnu.xquery.util
public class NamedCollator extends Collator implements Externalizable
| Field Summary | |
|---|---|
| static NamedCollator | codepointCollation |
| static String | UNICODE_CODEPOINT_COLLATION |
| Method Summary | |
|---|---|
| static int | codepointCompare(String str1, String str2) Compares two strings lexicographically by codepoint.
|
| int | compare(String str1, String str2) |
| static NamedCollator | find(String name) |
| CollationKey | getCollationKey(String source) |
| String | getName() |
| int | hashCode() |
| static NamedCollator | make(String name) |
| void | readExternal(ObjectInput in) |
| void | resolve() |
| void | writeExternal(ObjectOutput out) |
Returns: -1, 0, or 1 depending on their relative order.