public abstract class ExecutionContext extends Object
Constructor and Description |
---|
ExecutionContext() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
containsKey(Key<?> key) |
abstract <V> V |
getValue(Key<V> key) |
abstract <V> V |
putIfAbsent(Key<V> key,
V value) |
abstract boolean |
remove(Key<?> key,
Object value) |
abstract <V> boolean |
replace(Key<?> key,
V oldValue,
V newValue) |
abstract Collection<Object> |
values() |
@Nullable public abstract <V> V getValue(Key<V> key)
public abstract boolean containsKey(Key<?> key)
public abstract Collection<Object> values()
public abstract <V> V putIfAbsent(Key<V> key, V value)
public abstract <V> boolean replace(Key<?> key, V oldValue, V newValue)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.