Uses of Class
org.jgrapes.core.TypedIdKey
Packages that use 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
Method parameters in org.jgrapes.core with type arguments of type TypedIdKeyModifier 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.