Class XMapUtils

java.lang.Object
de.xima.fc.utils.XMapUtils

@Deprecated public class XMapUtils extends Object
Deprecated.
Use or add methods to XCollectionUtils
Utility class for operations on Maps
Author:
XIMA MEDIA GmbH
  • Method Details

    • computeSumOfListSizes

      public static <K,V> Integer computeSumOfListSizes(Map<K,List<V>> mapOfLists)
      Deprecated.
      Computes the sum of the sizes of all list contained within the given map
      Parameters:
      mapOfLists - Map containing lists as values
      Returns:
      Integer sum of list sizes