public class ParameterStorage extends Object
static void
add(String identifier, Parameter parameter)
clear()
static Parameter
get(String identifier)
static HashMap<String,Parameter>
getAll()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static void add(String identifier, Parameter parameter)
public static Parameter get(String identifier)
public static HashMap<String,Parameter> getAll()
public static void clear()