T - The type of the class implementing this interfacepublic interface HasLength<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength() |
int |
getMinLength() |
T |
setMaxLength(int maxLength) |
T |
setMinLength(int minLength) |
T setMaxLength(int maxLength)
maxLength - int max allowed lengthint getMaxLength()
T setMinLength(int minLength)
minLength - int min allowed lengthint getMinLength()
Copyright © 2019–2022 Dominokit. All rights reserved.