public final class CodePointUtil extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
CodePointUtil()
Stop instances being created.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlank(int... codePoints)
Checks if given code point array is blank by either being empty,
or contains only whitespace characters.
|
private CodePointUtil()
public static boolean isBlank(int... codePoints)
codePoints - The array of unicode code points of string to check.Copyright © 2001-2022. All Rights Reserved.