public class ValidStringLengthPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the string has a valid length; FALSE otherwise.
| Constructor and Description |
|---|
ValidStringLengthPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxLength() |
void |
setMaxLength(int maxLength) |
boolean |
test(java.lang.String target) |
Copyright © 2018 SAP SE. All Rights Reserved.