Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.text.CollationKey

Uses of CollationKey in java.text
 

Methods in java.text that return CollationKey
abstract  CollationKey Collator.getCollationKey(java.lang.String source)
          This method transforms the specified String into a CollationKey for faster comparisons.
 CollationKey RuleBasedCollator.getCollationKey(java.lang.String source)
          This method returns an instance of CollationKey for the specified String.
 

Methods in java.text with parameters of type CollationKey
 int CollationKey.compareTo(CollationKey ck)
          This method compares the specified object to this one.