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, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values
equals, hashCode, toString
public static final long serialVersionUID
public ConfigurationRegistry()
Copyright 2007-2014 Johan Hall, Jens Nilsson and Joakim Nivre.