public class MapUtils extends Object
static <K,V1,V2> Map<K,V2>
mapValues(Map<K,V1> map, Function<V1,V2> mapper)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <K,V1,V2> Map<K,V2> mapValues(Map<K,V1> map, Function<V1,V2> mapper)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.