public class InCollection<T> extends ValueChecker<T>
| Modifier | Constructor and Description |
|---|---|
protected |
InCollection(Collection<? extends T> collection) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(T value) |
protected String |
error() |
check, error, error, validateprotected InCollection(Collection<? extends T> collection)
protected boolean check(T value)
check in class ValueChecker<T>protected String error()
error in class ValueChecker<T>Copyright © 2017. All rights reserved.