Package org.djutils.eval
Class TestEval.ValueStore
java.lang.Object
org.djutils.eval.TestEval.ValueStore
- All Implemented Interfaces:
RetrieveValue
- Enclosing class:
- TestEval
Value store for testing the value retrieval system.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ValueStore
Create a new ValueStore.- Parameters:
map
- Map<String,Object>; map that translates names to value (not deep-copied; therefore, if this map is changed at a later time that will affect subsequent lookup results).
-
-
Method Details
-
lookup
- Specified by:
lookup
in interfaceRetrieveValue
-