Class MapUtils


  • public class MapUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <K,​V1,​V2>
      java.util.Map<K,​V2>
      mapValues​(java.util.Map<K,​V1> map, java.util.function.Function<V1,​V2> mapper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • mapValues

        public static <K,​V1,​V2> java.util.Map<K,​V2> mapValues​(java.util.Map<K,​V1> map,
                                                                                java.util.function.Function<V1,​V2> mapper)