Home | History | Annotate | Download | only in impl

Lines Matching full:oldentry

322             Map.Entry<String, List<? extends DNSEntry>> oldEntry = this.getEntry(key);
323 if (oldEntry != null) {
324 oldValue = oldEntry.setValue(value);
454 Map.Entry<String, List<? extends DNSEntry>> oldEntry = this.getEntry(dnsEntry.getKey());
457 if (oldEntry != null) {
458 aNewValue = new ArrayList<DNSEntry>(oldEntry.getValue());
464 if (oldEntry != null) {
465 oldEntry.setValue(aNewValue);
507 Map.Entry<String, List<? extends DNSEntry>> oldEntry = this.getEntry(newDNSEntry.getKey());
510 if (oldEntry != null) {
511 aNewValue = new ArrayList<DNSEntry>(oldEntry.getValue());
518 if (oldEntry != null) {
519 oldEntry.setValue(aNewValue);