API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.text. CollationKey View Source
Author(s)
Helena Shih
Since
Version
1.21, 11/17/05
Serial
Hierarchy
 Object
      CollationKey
Implements
 Comparable
Subclasses
Description
publicabstract abstract class CollationKey
  A CollationKey represents a String under the rules of a specific Collator object.
See also:    Collator RuleBasedCollator
Constructors
protected CollationKey (String source)
  CollationKey constructor.
Methods
Hide/Show inherited methods
publicabstract int compareTo (CollationKey target)
  Compare this CollationKey to the target CollationKey.
public String getSourceString ()
Returns the String that this CollationKey represents.
publicabstract byte toByteArray ()
  Converts the CollationKey to a sequence of bits.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar