类 MapWithLockPropSupport
java.lang.Object
org.tio.utils.prop.MapWithLockPropSupport
- 所有已实现的接口:
IPropSupport
- 作者:
- tanyaowu 2017年8月18日 下午5:36:02
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidclear()同:clearAttribute()void清除所有属性同:getAttribute(String key)getAttribute(String key) 获取属性void同:removeAttribute(String key)voidremoveAttribute(String key) 删除属性void同:setAttribute(String key, Object value)voidsetAttribute(String key, Object value) 设置属性
-
构造器详细资料
-
MapWithLockPropSupport
public MapWithLockPropSupport()
-
-
方法详细资料
-
clearAttribute
public void clearAttribute()从接口复制的说明:IPropSupport清除所有属性- 指定者:
clearAttribute在接口中IPropSupport
-
clear
public void clear()同:clearAttribute() -
getAttribute
从接口复制的说明:IPropSupport获取属性- 指定者:
getAttribute在接口中IPropSupport- 参数:
key-- 返回:
-
get
同:getAttribute(String key)- 参数:
key-- 返回:
-
removeAttribute
从接口复制的说明:IPropSupport删除属性- 指定者:
removeAttribute在接口中IPropSupport- 参数:
key-
-
remove
同:removeAttribute(String key)- 参数:
key-
-
setAttribute
从接口复制的说明:IPropSupport设置属性- 指定者:
setAttribute在接口中IPropSupport- 参数:
key-value-
-
set
同:setAttribute(String key, Object value)- 参数:
key-value-
-