-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b25
Adding isEmpty as a default method on CharSequence would harmonize String with other CharSequence implementations.
isEmpty was added to String in Java 1.6, but at the time there was no means to add it to the CharSequence interface without breaking compatibility.
isEmpty was added to String in Java 1.6, but at the time there was no means to add it to the CharSequence interface without breaking compatibility.
- csr for
-
JDK-8215402 Add isEmpty default method to CharSequence
-
- Closed
-
- duplicates
-
JDK-8058417 (str) CharSequence add isEmpty() default Method
-
- Closed
-
- relates to
-
JDK-8248983 Add links to definition of empty name
-
- Resolved
-