Reference/Utility Classes/StringCharacterIterator
¶
An iterator that iterates over the characters in a string.
How-To/Usage Guide
Find a how-to/usage guide for the StringCharacterIterator
here class, or navigate to it via the
'The Basics' tab.
Class Signature¶
1 |
|
Instance Method Signatures¶
#hasNext
¶
1 |
|
#next
¶
1 |
|
#remove
¶
1 |
|
#reset
¶
1 |
|