Class Maps

java.lang.Object
org.ocpsoft.urlbuilder.util.Maps

public class Maps extends Object
Author:
Lincoln Baxter, III
  • Constructor Details

    • Maps

      public Maps()
  • Method Details

    • addListValue

      public static <K, T> void addListValue(Map<K,List<T>> map, K key, T value)
    • addArrayValue

      public static <T> void addArrayValue(Map<T,String[]> map, T key, String value)
    • getListValue

      public static <T> T getListValue(Map<String,List<T>> values, String name, int index)
    • toArrayMap

      public static Map<String,String[]> toArrayMap(Map<String,List<String>> parameterMap)