i got a java class with a hashmap containing string keys and values.
 
i want to access the values from a condition on a decision table.
 
e.g. map.get("mykey")
 
how can i do this?
 
i tried but got an

unknown:7:50 Unexpected token

error.

greetings sascha