static B getAny(Map map, A... keys) { fOr (A a : keys) { B b = map.get(a); if (b != null) ret b; } null; }