Package org.apache.commons.lang3.text
Class StrLookup.MapStrLookup<V>
- java.lang.Object
-
- org.apache.commons.lang3.text.StrLookup<V>
-
- org.apache.commons.lang3.text.StrLookup.MapStrLookup<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.lang3.text.StrLookup
StrLookup.MapStrLookup<V>
-
-
Constructor Summary
Constructors Constructor Description MapStrLookup(Map<String,V> map)Creates a new instance backed by a Map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlookup(String key)Looks up a String key to a String value using the map.-
Methods inherited from class org.apache.commons.lang3.text.StrLookup
mapLookup, noneLookup, systemPropertiesLookup
-
-