Class | Description |
---|---|
CaseInsensitiveRegexMap<T> |
Subclass of
HashMap for which the get() method is
overwritten to do a REGEX lookup. |
RegexMap<T> |
Subclass of
HashMap for which the get() method is
overwritten to do a REGEX lookup. |
RegexMapTest |