static <A, B> Pair<A, B> firstPair(Map<A, B> map) {
  ret firstKeyAndValue(map);
}