gnu.xquery.util

Class NamedCollator

Implemented Interfaces:
Externalizable

public class NamedCollator
extends java.text.Collator
implements Externalizable

Field Summary

static String
UNICODE_CODEPOINT_COLLATION
static NamedCollator
codepointCollation

Method Summary

int
compare(String str1, String str2)
static NamedCollator
find(String name)
java.text.CollationKey
getCollationKey(String source)
int
hashCode()
static NamedCollator
make(String name)
void
readExternal(ObjectInput in)
void
resolve()
void
writeExternal(ObjectOutput out)

Field Details

UNICODE_CODEPOINT_COLLATION

public static final String UNICODE_CODEPOINT_COLLATION

codepointCollation

public static final NamedCollator codepointCollation

Method Details

compare

public int compare(String str1,
                   String str2)

find

public static NamedCollator find(String name)

getCollationKey

public java.text.CollationKey getCollationKey(String source)

hashCode

public int hashCode()

make

public static NamedCollator make(String name)

readExternal

public void readExternal(ObjectInput in)
            throws IOException,
                   ClassNotFoundException

resolve

public void resolve()

writeExternal

public void writeExternal(ObjectOutput out)
            throws IOException