static <A, B> Map<A, B> weakHashMap() {
  ret newWeakHashMap();
}