|
Oracle® Database Globalization Development Kit Java API Reference 10g Release 2 (10.2) Part No. B14224-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.i18n.text.OraCollationKey
The OraCollationKey
class represents a String
object under control of a specific OraCollator
object.
This construct
is used to store a sorting order under a certain sorting rule and to be
compared when needed.
OraCollator
Method Summary | |
int |
compareTo(Object o)
Compares this OraCollationKey object with the specified
Object object. |
int |
compareTo(oracle.i18n.text.OraCollationKey target)
Compare this OraCollationKey object to the target
OraCollationKey object. |
boolean |
equals(Object target)
Determines if this OraCollationKey object and the target
OraCollationKey object are equal. |
String |
getSourceString()
Returns the source String object that this
OraCollationKey object represents. |
int |
hashCode()
Creates a hash code for this OraCollationKey object;
the value is calculated on the key, not the source string. |
byte[] |
toByteArray()
Converts the OraCollationKey object to a sequence of bytes. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int compareTo(oracle.i18n.text.OraCollationKey target)
OraCollationKey
object to the target
OraCollationKey
object. The collation rules of the
OraCollator
object that created these keys are applied.
OraCollationKey
objects created by different
OraCollator
objects cannot be compared.
target
- the target OraCollationKey
OraCollator.GREATER
, OraCollator.LESS
,
or OraCollator.EQUAL
OraCollator.compare(java.lang.Object, java.lang.Object)
public int compareTo(Object o)
OraCollationKey
object with the specified
Object
object.
compareTo
in interface Comparable
o
- the Object
object to which
the OraCollationKey
object is compared
OraCollator.GREATER
, OraCollator.LESS
,
or OraCollator.EQUAL
public boolean equals(Object target)
OraCollationKey
object and the target
OraCollationKey
object are equal.
equals
in class Object
target
- the OraCollationKey
object to which this
OraCollationKey
object is compared
ture
if the two are equal; false
otherwisepublic int hashCode()
OraCollationKey
object;
the value is calculated on the key, not the source string.
hashCode
in class Object
public String getSourceString()
String
object that this
OraCollationKey
object represents.
String
objectpublic byte[] toByteArray()
OraCollationKey
object to a sequence of bytes.
OraCollationKey
object
|
Oracle® Database Globalization Development Kit Java API Reference 10g Release 2 (10.2) Part No. B14224-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |