Package de.xima.fc.utils
Class XMapUtils
- java.lang.Object
-
- de.xima.fc.utils.XMapUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
IntegercomputeSumOfListSizes(Map<K,List<V>> mapOfLists)
Computes the sum of the sizes of all list contained within the given map
-