gnu.xquery.util
Class NamedCollator
java.text.Collator
gnu.xquery.util.NamedCollator
- Externalizable
public class NamedCollator
extends java.text.Collator
implements Externalizable
UNICODE_CODEPOINT_COLLATION
public static final String UNICODE_CODEPOINT_COLLATION
codepointCollation
public static final NamedCollator codepointCollation
compare
public int compare(String str1,
String str2)
getCollationKey
public java.text.CollationKey getCollationKey(String source)
hashCode
public int hashCode()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
resolve
public void resolve()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException