RFR: JDK-8200436 - String::isBlank (original) (raw)
Sundararajan Athijegannathan sundararajan.athijegannathan at oracle.com
Tue May 15 02:36:26 UTC 2018
- Previous message: RFR: JDK-8200436 - String::isBlank
- Next message: RFR 7183985: Class.getAnnotation() throws an ArrayStoreException when the annotation class not present
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
+1
-Sundar
On 14/05/18, 8:55 PM, Jim Laskey wrote:
New string instance method that returns true if the string is empty or contains only white space, where white space is defined as any codepoint returns true when passed to Character::isWhitespace.
webrev: http://cr.openjdk.java.net/~jlaskey/8200436/webrev/index.html jbs: https://bugs.openjdk.java.net/browse/JDK-8200436 csr: https://bugs.openjdk.java.net/browse/JDK-8200437
- Previous message: RFR: JDK-8200436 - String::isBlank
- Next message: RFR 7183985: Class.getAnnotation() throws an ArrayStoreException when the annotation class not present
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]