Searched refs:aNewValue (Results 1 – 1 of 1) sorted by relevance
456 List<DNSEntry> aNewValue = null; in addDNSEntry() local458 aNewValue = new ArrayList<DNSEntry>(oldEntry.getValue()); in addDNSEntry()460 aNewValue = new ArrayList<DNSEntry>(); in addDNSEntry()462 aNewValue.add(dnsEntry); in addDNSEntry()465 oldEntry.setValue(aNewValue); in addDNSEntry()467 this.entrySet().add(new _CacheEntry(dnsEntry.getKey(), aNewValue)); in addDNSEntry()509 List<DNSEntry> aNewValue = null; in replaceDNSEntry() local511 aNewValue = new ArrayList<DNSEntry>(oldEntry.getValue()); in replaceDNSEntry()513 aNewValue = new ArrayList<DNSEntry>(); in replaceDNSEntry()515 aNewValue.remove(existingDNSEntry); in replaceDNSEntry()[all …]