public class MapWithLockPropSupport extends Object implements IPropSupport
| Constructor and Description |
|---|
MapWithLockPropSupport() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface IPropSupportpublic void clear()
public Object getAttribute(String key)
IPropSupportgetAttribute in interface IPropSupportkey - public void removeAttribute(String key)
IPropSupportremoveAttribute in interface IPropSupportkey - public void remove(String key)
key - public void setAttribute(String key, Object value)
IPropSupportsetAttribute in interface IPropSupportkey - value - Copyright © 2021. All rights reserved.