Package org.apache.commons.lang.text
Class StrLookup.MapStrLookup
- java.lang.Object
-
- org.apache.commons.lang.text.StrLookup
-
- org.apache.commons.lang.text.StrLookup.MapStrLookup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.lang.text.StrLookup
StrLookup.MapStrLookup
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map
map
Map keys are variable names and value.
-
Constructor Summary
Constructors Constructor Description MapStrLookup(java.util.Map map)
Creates a new instance backed by a Map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
lookup(java.lang.String key)
Looks up a String key to a String value using the map.-
Methods inherited from class org.apache.commons.lang.text.StrLookup
mapLookup, noneLookup, systemPropertiesLookup
-
-