MapMaxWith<K, V>  extension 
 
- on
- 
          - Map<K, V> 
 
- Map<
Methods
- 
  maxWith(Comparator< MapEntry< comparator) → MapEntry<K, V> >K, V> ?
- 
      Available on Map< Returns the first entry having the largest value according to the providedK, V> , provided by the MapMaxWith extensioncomparatorornullif there are no entries.