StringCharacterIterator getIndex() method in Java with Examples
The getIndex() method of java.text.StringCharacterIterator class in Java is used to get the current index that is to be read by this StringCharacterIterator. This method returns that index number. Syntax: public int getIndex() Parameter: This method do not accept any parameter. Return Value: This me