Searched defs:SubTypeEntry (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java118 private static class SubTypeEntry implements Entry<String, String>, java.io.Serializable, Cloneable { class in class:JmDNSImpl.ServiceTypeEntry
125 public SubTypeEntry(String subtype) { method in class:JmDNSImpl.ServiceTypeEntry.SubTypeEntry
185 public SubTypeEntry clone() {
248 _entrySet.add(new SubTypeEntry(subtype));

Completed in 56 milliseconds