Package javax.jmdns.impl
Class JmDNSImpl.ServiceTypeEntry.SubTypeEntry
java.lang.Object
javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry.SubTypeEntry
- All Implemented Interfaces:
Serializable
,Cloneable
,Map.Entry<String,
String>
- Enclosing class:
JmDNSImpl.ServiceTypeEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
_key
-
_value
-
-
Constructor Details
-
SubTypeEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
Replaces the value corresponding to this entry with the specified value (optional operation). This implementation simply throws UnsupportedOperationException, as this class implements an immutable map entry.- Specified by:
setValue
in interfaceMap.Entry<String,
String> - Parameters:
value
- new value to be stored in this entry- Returns:
- (Does not return)
- Throws:
UnsupportedOperationException
- always
-
equals
-
hashCode
public int hashCode() -
clone
-
toString
-