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

/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java102 private final ConcurrentMap<String, ServiceTypeEntry> _serviceTypes;
112 public static class ServiceTypeEntry extends AbstractMap<String, String> implements Cloneable { class in class:JmDNSImpl
200 public ServiceTypeEntry(String type) { method in class:JmDNSImpl.ServiceTypeEntry
266 public ServiceTypeEntry clone() {
267 ServiceTypeEntry entry = new ServiceTypeEntry(this.getType());
405 _serviceTypes = new ConcurrentHashMap<String, ServiceTypeEntry>(20);
1095 typeAdded = _serviceTypes.putIfAbsent(loname, new ServiceTypeEntry(name)) == null;
1111 ServiceTypeEntry subtypes = _serviceTypes.get(loname);
1876 ServiceTypeEntry subtype
[all...]

Completed in 81 milliseconds