public class RegexStringFilter extends Object implements Filter<String>
RegexStringFilter(String pattern)
boolean
accept(String text)
equals(Object other)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public RegexStringFilter(String pattern)
public boolean accept(String text)
Filter
accept
Filter<String>
text
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
© 2002-2013 Stanford NLP Group