The getRules() method of java.text.RuleBasedCollator class is used to get the rule which is used during the initialization of rule based collator object. Syntax: public… Read More
Tag Archives: Java-text package
The getCollationElementIterator() method of java.text.RuleBasedCollator class is used to get the object of collation element iterator for the given character iterator object. Syntax: public CollationElementIterator… Read More
The hashCode() method of java.text.RuleBasedCollator class is used to get the hashCode for this Collator object.Syntax: public abstract int hashCode() Parameter: This method does not… Read More
The getCollationElementIterator() method of java.text.RuleBasedCollator class is used to get the object of collation element iterator for the given string. Syntax: public CollationElementIterator getCollationElementIterator(String source)… Read More
The getCollationKey() method of java.text.RuleBasedCollator class is used to get the series of bit converted from string passed into it.Syntax: public CollationKey getCollationKey(String source) Parameter:… Read More