Interface HTPropertyMap

  • All Implemented Interfaces:

    
    public interface HTPropertyMap
    
                        

    HTPropertyKeyに基づいてデータを管理するインターフェースです。

    Since:

    0.6.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface HTPropertyMap.Mutable

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

    • 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 Boolean isEmpty() このマップが空か判定します。
      abstract Boolean contains(HTPropertyKey<?> key) 指定したkeyが含まれるか判定します。
      abstract <T extends Any> T get(HTPropertyKey<T> key) 指定したkeyに紐づいた値を返します。
      • Methods inherited from class java.lang.Object

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