< prev index next >

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

Print this page

        

*** 240,249 **** --- 240,250 ---- * </blockquote> * * @see Collator * @see CollationElementIterator * @author Helena Shih, Laura Werner, Richard Gillam + * @since 1.1 */ public class RuleBasedCollator extends Collator{ // IMPLEMENTATION NOTES: The implementation of the collation algorithm is // divided across three classes: RuleBasedCollator, RBCollationTables, and // CollationElementIterator. RuleBasedCollator contains the collator's
< prev index next >