Class MapUtils


  • public class MapUtils
    extends Object
    Map operation related tools
    • Constructor Detail

      • MapUtils

        public MapUtils()
    • Method Detail

      • getMinValueItem

        public static Map.Entry<String,​Integer> getMinValueItem​(Map<String,​Integer> map)
        get entry of the value is minimum in map.
        Parameters:
        map - the original map
        Returns:
        the entry of the value is minimum.
      • main

        public static void main​(String[] args)