public class ConfigurationRegistry extends HashMap<Class<?>,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ConfigurationRegistry() |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object key) |
Object |
put(Class<?> key,
Object value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final long serialVersionUID
public ConfigurationRegistry()
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.