static bool containsOneKeyOf(Map map, A... keys) { fOr (A key : keys) if (containsKey(map, key)) true; false; }