this.resolved = false;
if (this.map == null) { return null; } return this.map.get(key);
return this.locale;
return this.resolved;
if (key == null || contextObject == null) { throw new NullPointerException(); } if (this.map == null) { this.map = new HashMap<Class<?>, Object>(); } this.map.put(key, contextObject);
this.locale = locale;
this.resolved = resolved;