static Map dropKeys(L keys, Map map) { Map map2 = cloneMap(map); for (K key : keys) map2.remove(key); ret map2; }