package test; import java.util.HashMap; public class TestPrimitiveFromMap { public int foo(HashMap map) { return map.get("zzz"); } }