_dictionaries.put(key, result);
return result;
}
private Abstracti18nBundle getSuperclassInstance(){
Abstracti18nBundle result = null;
try{
result = (Abstracti18nBundle) this.getClass().getSuperclass().newInstance();
}catch(Throwable t){
}
return null!=result?result:ResDictionary.getInstance();