CollationKey.compareTo
Class Overview | Class Members | 
  This Package | 
All Packages
 public int compareTo( CollationKey target )
Parameters
-  target 
-  target CollationKey
    
Returns
     Returns an integer value. Value is less than zero if this is less
 than target, value is zero if this and target are equal and value is greater than
 zero if this is greater than target.
    Description
 Compare this CollationKey to the target CollationKey. The collation rules of the
 Collator object which created these keys are applied. Note:
 CollationKeys created by different Collators can not be compared.
  
See Also
     compare