public interface ParenthesisValidator
Modifier and Type | Interface and Description |
---|---|
static class |
ParenthesisValidator.ParenthesisEnum |
Modifier and Type | Method and Description |
---|---|
default boolean |
isEmptyOrNull(java.lang.String str) |
boolean |
isValidParenthesis(java.lang.String str) |