< prev index next >

src/java.base/share/classes/java/text/CollationKey.java

Print this page

        

*** 93,102 **** --- 93,103 ---- * </blockquote> * * @see Collator * @see RuleBasedCollator * @author Helena Shih + * @since 1.1 */ public abstract class CollationKey implements Comparable<CollationKey> { /** * Compare this CollationKey to the target CollationKey. The collation rules of the
< prev index next >