Determines whether a character is an ISO control character as specified by Character#isISOControl(char). @since 19.0 (since 1.0 as constant JAVA_ISO_CONTROL)
()
| 204 | |
| 205 | |
| 206 | public static CharMatcher javaIsoControl() { |
| 207 | return JavaIsoControl.INSTANCE; |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * Determines whether a character is invisible; that is, if its Unicode category is any of |
no outgoing calls
no test coverage detected