public class U
extends java.lang.Object
| Constructor and Description |
|---|
U() |
| Modifier and Type | Method and Description |
|---|---|
static <E,T> javatools.datatypes.IntHashMap<java.lang.Integer> |
buildHistogram(java.util.Map<T,java.util.List<E>> map)
It constructs a histogram based on a multimap.
|
static void |
printHistogram(javatools.datatypes.IntHashMap<java.lang.Integer> histogram)
Prints a IntHashMap representing a histogram.
|
public static void printHistogram(javatools.datatypes.IntHashMap<java.lang.Integer> histogram)
histogram - public static <E,T> javatools.datatypes.IntHashMap<java.lang.Integer> buildHistogram(java.util.Map<T,java.util.List<E>> map)
map -