Class RegexSet

All Implemented Interfaces:
Iterable<String>, Collection<String>, Predicate<String>, Set<String>

public class RegexSet extends AbstractSet<String> implements Predicate<String>
A Set of Regular expressions strings.

Provides the efficient matches(String) method to check for a match against all the combined Regex's