Object HTPropertyMap.Empty

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

    
    public class HTPropertyMap.Empty
     implements HTPropertyMap
                        

    何も値を返さないHTPropertyMapの実装クラスです。

    Since:

    0.16.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T extends Any> T get(HTPropertyKey<T> key) 指定したkeyに紐づいた値を返します。
      Integer getSize()
      Boolean isEmpty()
      • Methods inherited from class hiiragi283.core.api.property.HTPropertyGetter

        contains
      • Methods inherited from class java.lang.Object

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