|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.icu4jni.text.CollationKey
Collation key wrapper, containing the byte array sort key.
Method Summary | |
int |
compareTo(CollationKey target)
Bitwise comparison for the collation keys |
int |
compareTo(java.lang.Object target)
Bitwise comparison for the collation keys. |
boolean |
equals(java.lang.Object target)
Checks if target object is equal to this object. |
int |
hashCode()
Creates a hash code for this CollationKey. |
byte[] |
toByteArray()
Create the value of the Collation key in term of bytes |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int compareTo(CollationKey target)
target
- CollationKey to be compared
public int compareTo(java.lang.Object target)
compareTo
in interface java.lang.Comparable
target
- CollationKey to be compared
public boolean equals(java.lang.Object target)
target
- comparison object
public int hashCode()
public byte[] toByteArray()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |