import java.util.*; class Test { Map map; String meth() { return map.get(2); } }