static void removeAllKeysNotIn(Map a, Map b) { if (a != null) removeAllBut(a, keys(b)); }