类 MapWithLockPropSupport

java.lang.Object
org.tio.utils.prop.MapWithLockPropSupport
所有已实现的接口:
IPropSupport

public class MapWithLockPropSupport extends Object implements IPropSupport
作者:
tanyaowu 2017年8月18日 下午5:36:02
  • 构造器详细资料

    • MapWithLockPropSupport

      public MapWithLockPropSupport()
  • 方法详细资料

    • clearAttribute

      public void clearAttribute()
      从接口复制的说明: IPropSupport
      清除所有属性
      指定者:
      clearAttribute 在接口中 IPropSupport
    • clear

      public void clear()
      同:clearAttribute()
    • getAttribute

      public Object getAttribute(String key)
      从接口复制的说明: IPropSupport
      获取属性
      指定者:
      getAttribute 在接口中 IPropSupport
      参数:
      key -
      返回:
    • get

      public Object get(String key)
      同:getAttribute(String key)
      参数:
      key -
      返回:
    • removeAttribute

      public void removeAttribute(String key)
      从接口复制的说明: IPropSupport
      删除属性
      指定者:
      removeAttribute 在接口中 IPropSupport
      参数:
      key -
    • remove

      public void remove(String key)
      同:removeAttribute(String key)
      参数:
      key -
    • setAttribute

      public void setAttribute(String key, Object value)
      从接口复制的说明: IPropSupport
      设置属性
      指定者:
      setAttribute 在接口中 IPropSupport
      参数:
      key -
      value -
    • set

      public void set(String key, Object value)
      同:setAttribute(String key, Object value)
      参数:
      key -
      value -