public interface ContextMapOp
Modifier and Type | Method and Description |
---|---|
<T> T |
get(String key)
Get an element from the map
|
<T> void |
set(String key,
T obj)
Set an object on the map
|
<T> T get(String key)
T
- object from the mapkey
- Key<T> void set(String key, T obj)
T
- key
- Key for the mapobj
- Object to be placedCopyright © 2023 JBoss by Red Hat. All rights reserved.