static bool canPutAllStrictly(Map map, Map map2) { for (A key, B value : unnull(map2)) { if (!canPutStrictly(map, key, value)) false; } true; }