S - the type of the values of the ServiceMap (the keys are always Strings).public class ServiceMap<S>
extends java.util.Hashtable<java.lang.String,S>
A ServiceMap is a subclass of Hashtable in which a string is mapped to a Nucleus service. Nucleus recognizes properties of type ServiceMap in property files, and automatically resolves the service names found in property files.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
ServiceMap()
Constructs a new ServiceMap 
 | 
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values