Skip to content

Tag Archives: Java-text package

The first() method of java.text.CharacterIterator interface in Java is used to get the character at the beginning of this CharacterIterator. This method sets the position… Read More
The previous() method of java.text.StringCharacterIterator class in Java is used to get the previous character that is to be read by this StringCharacterIterator. This method… Read More
The setText() method of java.text.StringCharacterIterator class in Java is used to set the current text that is to be read by this StringCharacterIterator. This method… Read More
The next() method of java.text.CharacterIterator interface in Java is used to get the next character that is to be read by this CharacterIterator. This method… Read More
The setCurrency(Currency) method of java.text.DecimalFormatSymbols class in Java is used to set the currency for the Locale of this DecimalFormatSymbols. This method takes the currency… Read More
The first() method of java.text.StringCharacterIterator class in Java is used to get the character at the beginning of this StringCharacterIterator. This method sets the position… Read More
The clone() method of java.text.DecimalFormatSymbols class in Java is used to clone this DecimalFormatSymbols. It means that this method will create another instance of DecimalFormatSymbols… Read More
The current() method of java.text.StringCharacterIterator class in Java is used to get the current character that is to be read by this StringCharacterIterator. This method… Read More
The clone() method of java.text.StringCharacterIterator class in Java is used to clone this StringCharacterIterator. It means that this method will create another instance of StringCharacterIterator… Read More
The next() method of java.text.StringCharacterIterator class in Java is used to get the next character that is to be read by this StringCharacterIterator. This method… Read More
The setShortWeekdays(String[] newShWeekds) Method of DateFormatSymbols class in Java is used to set the short names of the weekdays of the calendar in string format… Read More
The getEras() Method of DateFormatSymbols class in Java is used to get the Era strings in string format. For eg., “BC” and “AD”. Syntax: public… Read More
The setWeekdays(String[] newWeekds) Method of DateFormatSymbols class in Java is used to set the names of the weekdays of the calendar in string format into… Read More
The getShortMonths() Method of DateFormatSymbols class in Java is used to get the short name of the months of the calendar in a string format.… Read More
The setShortMonths(String[] newShMonth) Method of DateFormatSymbols class in Java is used to set the short names of the months of the calendar in string format… Read More

Start Your Coding Journey Now!