-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
17
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
The java.lang.String class should implement a way to iterate through it's characters with an enhanced for loop and or streams. This is currently not possible without using something like String.toCharArray() which copies data to perform immutable iterations.
The java.lang.String class should implement a way to iterate through it's characters with an enhanced for loop and or streams. This is currently not possible without using something like String.toCharArray() which copies data to perform immutable iterations.
- duplicates
-
JDK-8012665 CharSequence.chars, CharSequence.codePoints
-
- Closed
-