static <A, B> LinkedHashMap<A, B> sortedByValue(Map<A, B> map) {
  ret orderMapByValue(map);
}