Searched refs:newDNSEntry (Results 1 – 1 of 1) sorted by relevance
504 public synchronized boolean replaceDNSEntry(DNSEntry newDNSEntry, DNSEntry existingDNSEntry) { in replaceDNSEntry() argument506 …if ((newDNSEntry != null) && (existingDNSEntry != null) && (newDNSEntry.getKey().equals(existingDN… in replaceDNSEntry()507 … Map.Entry<String, List<? extends DNSEntry>> oldEntry = this.getEntry(newDNSEntry.getKey()); in replaceDNSEntry()516 aNewValue.add(newDNSEntry); in replaceDNSEntry()521 this.entrySet().add(new _CacheEntry(newDNSEntry.getKey(), aNewValue)); in replaceDNSEntry()