at.molindo.mysqlcollations
Class MySqlCollationKey

java.lang.Object
  extended by java.text.CollationKey
      extended by at.molindo.mysqlcollations.MySqlCollationKey
All Implemented Interfaces:
Comparable<CollationKey>

public class MySqlCollationKey
extends CollationKey


Constructor Summary
MySqlCollationKey(String source, MySqlCollation collation)
           
 
Method Summary
 int compareTo(CollationKey o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 byte[] toByteArray()
           
 Object writeReplace()
           
 
Methods inherited from class java.text.CollationKey
getSourceString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlCollationKey

public MySqlCollationKey(String source,
                         MySqlCollation collation)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

compareTo

public int compareTo(CollationKey o)
Specified by:
compareTo in interface Comparable<CollationKey>
Specified by:
compareTo in class CollationKey

toByteArray

public byte[] toByteArray()
Specified by:
toByteArray in class CollationKey

writeReplace

public final Object writeReplace()
                          throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 2011 Molindo GmbH. All Rights Reserved.