Class URLParam.URLParamMap

java.lang.Object
java.util.AbstractMap<String,String>
org.apache.dubbo.common.url.component.URLParam.URLParamMap
All Implemented Interfaces:
Map<String,String>
Enclosing class:
URLParam

public static class URLParam.URLParamMap extends AbstractMap<String,String>
An embedded Map adapt to URLParam
copy-on-write mode, urlParam reference will be changed after modify actions. If wishes to get the result after modify, please use getUrlParam()