All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static <K,V> Map<K,V> |
fill(Map<K,V> m,
K k1,
V v1) |
static <K,V> Map<K,V> |
fill(Map<K,V> m,
K k1,
V v1,
K k2,
V v2) |
static <K,V> Map<K,V> |
fill(Map<K,V> m,
K k1,
V v1,
K k2,
V v2,
K k3,
V v3) |
static ArrayList<String> |
toDistinctTrimmedNonEmptyList(String[] values0) |
static <T> List<T> |
toList(Iterator<T> it) |
static Set<net.thevpc.nuts.NutsIdLocation> |
toSet(net.thevpc.nuts.NutsIdLocation[] classifierMappings) |
static Set<String> |
toTrimmedNonEmptySet(String[] values0) |