public class StopListUtils
extends java.lang.Object
| Constructor and Description |
|---|
StopListUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkElement(java.lang.String element,
java.util.Set<java.lang.String> filterSet)
Checks to see whether an element (or subdomain of the given element) is contained in the HashSet If it is not in the set, returns true (keep)
|