public class MapWithLockPropSupport extends Object implements IPropSupport
| 构造器和说明 |
|---|
MapWithLockPropSupport() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear()
同:clearAttribute()
|
void |
clearAttribute()
清除所有属性
|
Object |
get(String key)
同:getAttribute(String key)
|
Object |
getAttribute(String key)
获取属性
|
void |
remove(String key)
同:removeAttribute(String key)
|
void |
removeAttribute(String key)
删除属性
|
void |
set(String key,
Object value)
同:setAttribute(String key, Object value)
|
void |
setAttribute(String key,
Object value)
设置属性
|
public void clearAttribute()
IPropSupportclearAttribute 在接口中 IPropSupportpublic void clear()
public Object getAttribute(String key)
IPropSupportgetAttribute 在接口中 IPropSupportkey - public void removeAttribute(String key)
IPropSupportremoveAttribute 在接口中 IPropSupportkey - public void remove(String key)
key - public void setAttribute(String key, Object value)
IPropSupportsetAttribute 在接口中 IPropSupportkey - value - Copyright © 2019. All rights reserved.