static bool canPutAllStrictlyIC(Map map, Map map2) { for (A key, S value : unnull(map2)) { if (!canPutStrictlyIC(map, key, value)) false; } true; }