Package tech.harmonysoft.oss.common.data
Interface TypedKeyManager
-
- All Implemented Interfaces:
public interface TypedKeyManager<KEY extends Object>We have a common use-case when there are a number of key-value pairs where value type is implied by the key, i.e. all possible values of particular key have the same type.
This interface defines common strategy for representing such key's management.
-
-
Method Summary
-
-
Method Detail
-
getValueType
abstract KClass<?> getValueType(KEY key)
-
-
-
-