- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Dictionary d =
new Hashtable()
Bundle bundle;bundle.getHeaders()
new Properties()
- Smart code suggestions by Codota
}
/** * Creates a new element comparison.<p> * * @param locale the locale of the comparison * @param name the name of the element */ public CmsElementComparison(Locale locale, String name) { m_locale = locale; setName(name); }
/** * Creates a new element comparison.<p> * * @param locale the locale of the comparison * @param name the name of the element */ public CmsElementComparison(Locale locale, String name) { m_locale = locale; setName(name); }