public class RegexStringFilter extends Object implements Predicate<String>, Serializable
RegexStringFilter(String pattern)
boolean
equals(Object other)
int
hashCode()
test(String text)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public RegexStringFilter(String pattern)
public boolean test(String text)
test
Predicate<String>
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
Stanford NLP Group