Interface HTPropertyMap.Mutable

  • All Implemented Interfaces:
    hiiragi283.core.api.property.HTPropertyMap

    
    public interface HTPropertyMap.Mutable
     implements HTPropertyMap
                        

    可変なHTPropertyMapの拡張インターフェースです。

    Since:

    0.6.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract <T extends Any> T put(HTPropertyKey<T> key, T value) 指定したkeyvalueを追加します。
      <T extends Any> Unit set(HTPropertyKey<T> key, T value) 指定したkeyvalueを追加します。
      abstract <T extends Any> T remove(HTPropertyKey<T> key) 指定したkeyを削除します。
      • Methods inherited from class hiiragi283.core.api.property.HTPropertyMap

        contains, get, isEmpty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait