List of utility methods to do Set Search
for (String st : stop) { if (str.contains(st)) return true; return false;