Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Java
10.5K+ articles
Java-Functions
4.1K+ articles
Java-DecimalFormatSymbols
37+ articles
Java-DecimalFormat
36+ articles
Java-NumberFormat
28+ articles
Java-MessageFormat
18+ articles
Java-SimpleDateFormat
15+ articles
Java-StringCharacterIterator
13+ articles
Java-BreakIterator
13+ articles
Java-Collator
13+ articles
Java-text package
259+ posts
Recent Articles
Popular Articles
ParsePosition getIndex() method in Java with Example
Last Updated: 22 January 2020
The getIndex() method of java.text.ParsePosition class is used to retrieve the current parse position of this ParsePositon object .Syntax: public int getIndex()Parameter: ...
read more
Java
Java-Functions
Java-text package
Java-ParsePosition
ParsePosition equals() method in Java with Example
Last Updated: 23 March 2022
The equals() method of java.text.ParsePosition class is used to check if both the ParsePosition objects are same or not. Syntax:public boolean equals(Object obj)Parameter:...
read more
Java
Java-Functions
Java-text package
Java-ParsePosition
ParsePosition toString() method in Java with Example
Last Updated: 09 July 2021
The toString() method of java.text.ParsePosition class is used to retrieve the parse position object represented in the form of string.Syntax:public String toString()Param...
read more
Java
Java-Functions
Java-text package
Java-ParsePosition
ParsePosition setIndex() method in Java with Example
Last Updated: 22 January 2020
The setIndex() method of java.text.ParsePosition class is used to set the current parse position of this ParsePositon object .Syntax: public void setIndex(int index)Parame...
read more
Java
Java-Functions
Java-text package
Java-ParsePosition
ParsePosition hashCode() method in Java with Example
Last Updated: 20 January 2023
The hashCode() method of java.text.ParsePosition class is used to retrieve the hash code for the current parse position object.Syntax:public int hashCode()Parameter: This ...
read more
Java
Java-Functions
Java-text package
Java-ParsePosition
ParsePosition setErrorIndex() method in Java with Example
Last Updated: 02 February 2022
The setErrorIndex() method of java.text.ParsePosition class is used to set the index at which parse error may occur.Syntax:public void setErrorIndex(int ei)Parameter: This...
read more
Java
Java-Functions
Java-text package
Java-ParsePosition
ParsePosition getErrorIndex() method in Java with Example
Last Updated: 22 January 2020
The getErrorIndex() method of java.text.ParsePosition class is used to retrieve the index at which parse error may occur.Syntax: public int getErrorIndex()Parameter: This ...
read more
Java
Java-Functions
Java-text package
Java-ParsePosition
RuleBasedCollator clone() method in Java with Example
Last Updated: 23 August 2022
The clone() method of java.text.RuleBasedCollator class is used to get the copy of this Collator object.Syntax:public Object clone()Parameter: This method does not accept ...
read more
Java
Java-Functions
Java-text package
Java-RuleBasedCollator
RuleBasedCollator compare() method in Java with Example
Last Updated: 14 August 2021
The compare() method of java.text.RuleBasedCollator class is used to compare the strength of two objects and it will return 0, positive and negative value as an output acc...
read more
Java
Java-Functions
Java-text package
Java-RuleBasedCollator
RuleBasedCollator equals() method in Java with Example
Last Updated: 25 August 2021
The equals() method of java.text.Collator class is used to check if both the specified strings are identical or not.Syntax:public boolean equals(String source, ...
read more
Java
Java-Functions
Java-text package
Java-RuleBasedCollator
RuleBasedCollator getRules() method in Java with Example
Last Updated: 11 November 2021
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 Stri...
read more
Java
Java-Functions
Java-text package
Java-RuleBasedCollator
RuleBasedCollator getCollationElementIterator(CharacterIterator) method in Java
Last Updated: 22 January 2020
The getCollationElementIterator() method of java.text.RuleBasedCollator class is used to get the object of collation element iterator for the given character iterator obje...
read more
Java
Java-Functions
Java-text package
Java-RuleBasedCollator
RuleBasedCollator hashCode() method in Java with Example
Last Updated: 02 August 2021
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...
read more
Java
Java-Functions
Java-text package
Java-RuleBasedCollator
RuleBasedCollator getCollationElementIterator(String) method in Java
Last Updated: 11 April 2023
The getCollationElementIterator() method of java.text.RuleBasedCollator class is used to get the object of collation element iterator for the given string.Syntax:public Co...
read more
Java
Java-Functions
Java-text package
Java-RuleBasedCollator
RuleBasedCollator getCollationKey() method in Java with Example
Last Updated: 02 February 2022
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 getColla...
read more
Java
Java-Functions
Java-text package
Java-RuleBasedCollator
1
2
3
4
...
18
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !