public class CaseInsensitiveRegexMap<T> extends RegexMap<T>
HashMap for which the get() method is
overwritten to do a REGEX lookup. The REGEX lookup is successful when either
of the following conditions is satisfied: | Constructor and Description |
|---|
CaseInsensitiveRegexMap() |
| Modifier and Type | Method and Description |
|---|---|
T |
get(java.lang.Object key) |