This class represents the simplest form of a string to string map. It has a benefit over a map in that it can create the result on demand based on the key.
This class comes complete with various factory methods. If these do not suffice, you can subclass and implement your own matcher.
For example, it would be possible to implement a lookup that used the key as a primary key, and looked up the value on demand from the database @author Apache Software Foundation @since 2.2 @version $Id: StrLookup.java 905636 2010-02-02 14:03:32Z niallp $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|