Package org.ocpsoft.urlbuilder.util
Class Maps
java.lang.Object
org.ocpsoft.urlbuilder.util.Maps
- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidaddArrayValue(Map<T, String[]> map, T key, String value) static <K,T> void addListValue(Map<K, List<T>> map, K key, T value) static <T> TgetListValue(Map<String, List<T>> values, String name, int index) toArrayMap(Map<String, List<String>> parameterMap)
-
Constructor Details
-
Maps
public Maps()
-
-
Method Details
-
addListValue
-
addArrayValue
-
getListValue
-
toArrayMap
-