Reference/Utility Classes/StringLineIterator
¶
An iterator that iterates over the lines in a string.
How-To/Usage Guide
Find a how-to/usage guide for the StringLineIterator
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 |
|