public class RegexMap<T>
extends java.util.HashMap<java.lang.String,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 |
---|
RegexMap() |
Modifier and Type | Method and Description |
---|---|
T |
get(java.lang.Object key) |