Class RegexSet

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

@Deprecated(since="2021-05-27") public class RegexSet extends AbstractSet<String> implements Predicate<String>
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A Set of Regular expressions strings.

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