Package dev.voidframework.core.lang
Class TypedMap.Key<T>
java.lang.Object
dev.voidframework.core.lang.TypedMap.Key<T>
- Type Parameters:
T- Type of value associated to the key
- Enclosing class:
- TypedMap
TypedMap Key.
-
Method Summary
-
Method Details
-
of
Build a new key.- Type Parameters:
V- Type of value associated to the key- Parameters:
keyName- The key namevalueClassType- The value class type- Returns:
- The created key
-
equals
-
hashCode
public int hashCode() -
toString
-