public class RegexStringFilter extends Object implements java.util.function.Predicate<String>, Serializable
| Constructor and Description |
|---|
RegexStringFilter(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
test(String text) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic RegexStringFilter(String pattern)