public class Maps extends Object
Constructor and Description |
---|
Maps() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
addArrayValue(Map<T,String[]> map,
T key,
String value) |
static <K,T> void |
addListValue(Map<K,List<T>> map,
K key,
T value) |
static <T> T |
getListValue(Map<String,List<T>> values,
String name,
int index) |
static Map<String,String[]> |
toArrayMap(Map<String,List<String>> parameterMap) |
Copyright © 2014 OCPsoft. All Rights Reserved.