static int getInt(L c, int i) { ret toInt(get(c, i)); } static int getInt(Map map, O key) { ret toInt(get(map, key)); }