Uses of Class
org.jgrapes.core.TypedIdKey
Package
Description
Defines the interfaces and classes that provide
the core functionality of the JGrapes event driven component framework.
-
Uses of TypedIdKey in org.jgrapes.core
Modifier and TypeMethodDescriptionstatic <V> V
TypedIdKey.put
(Map<? super TypedIdKey<V>, ? super V> map, Serializable id, V value) Associates the given value’s type and the id with the given value using the given map.