Searched refs:deprecatedEntries (Results 1 – 1 of 1) sorted by relevance
2415 …Iterator<Entry<String, String[]>> deprecatedEntries = this.deprecatedOptions.entrySet().iterator(); in getOptions() local2416 while (deprecatedEntries.hasNext()) { in getOptions()2417 Entry<String, String[]> entry = deprecatedEntries.next(); in getOptions()