Modifier | Constructor and Description |
---|---|
protected |
_CacheEntry(Map.Entry<String,List<? extends DNSEntry>> entry) |
protected |
_CacheEntry(String key,
List<? extends DNSEntry> value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object entry) |
String |
getKey() |
List<? extends DNSEntry> |
getValue() |
int |
hashCode() |
boolean |
isEmpty()
Returns true if this list contains no elements.
|
List<? extends DNSEntry> |
setValue(List<? extends DNSEntry> value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
protected _CacheEntry(String key, List<? extends DNSEntry> value)
key
- value
- public String getKey()
public boolean isEmpty()
public boolean equals(Object entry)
public int hashCode()
Copyright © 2002–2017 JmDNS. All rights reserved.