-
abstract boolean
boolean
abstract <V> V
<V> V
abstract <V> V
<V> V
abstract boolean
boolean
abstract <V> boolean
ExecutionContext.replace(Key<?> key,
V oldValue,
V newValue)
<V> boolean
ExecutionContextImpl.replace(Key<?> key,
V oldValue,
V newValue)
-
Creates a new Key typed by the given
Class
Retrieves the value represented by
Key
in a type safe manner.
TypedIdentityMap.put(Key<? extends V> key,
V value)
boolean
TypedIdentityMap.replace(Key<? extends V> key,
V oldValue,
V newValue)
void
TypedIdentityMap.putAll(Map<? extends Key<? extends V>,? extends V> m)