Home
last modified time | relevance | path

Searched refs:forKey (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java265 public byte[] getValue( String forKey) in getValue() argument
271 if ( 0 == forKey.compareToIgnoreCase( s)) in getValue()
283 public String getValueAsString( String forKey) in getValueAsString() argument
285 byte[] val = this.getValue( forKey); in getValueAsString()