Package hiiragi283.core.api.property
Class HTBasicPropertyMap.Mutable
-
- All Implemented Interfaces:
-
hiiragi283.core.api.property.HTPropertyMap,hiiragi283.core.api.property.HTPropertyMap.Mutable
public final class HTBasicPropertyMap.Mutable extends HTBasicPropertyMap implements HTPropertyMap.Mutable
MutableMapに基づいたHTPropertyMap.Mutableの実装クラスです。
- Since:
0.6.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTBasicPropertyMap.Mutable(Map<HTPropertyKey<?>, Object> map)HTBasicPropertyMap.Mutable()
-
Method Summary
Modifier and Type Method Description <T extends Any> Tput(HTPropertyKey<T> key, T value)指定したkeyとvalueを追加します。 <T extends Any> Tremove(HTPropertyKey<T> key)指定したkeyを削除します。 -
Methods inherited from class hiiragi283.core.api.property.HTBasicPropertyMap
contains, get, isEmpty -
Methods inherited from class hiiragi283.core.api.property.HTPropertyMap.Mutable
set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTBasicPropertyMap.Mutable
HTBasicPropertyMap.Mutable(Map<HTPropertyKey<?>, Object> map)
-
HTBasicPropertyMap.Mutable
HTBasicPropertyMap.Mutable()
-
-
-
-