Package | Description |
---|---|
com.atlassian.bamboo.chains | |
com.atlassian.bamboo.utils.map |
Modifier and Type | Method and Description |
---|---|
boolean |
ExecutionContextImpl.containsKey(Key<?> key) |
abstract boolean |
ExecutionContext.containsKey(Key<?> key) |
<V> V |
ExecutionContextImpl.getValue(Key<V> key) |
abstract <V> V |
ExecutionContext.getValue(Key<V> key) |
<V> V |
ExecutionContextImpl.putIfAbsent(Key<V> key,
V value) |
abstract <V> V |
ExecutionContext.putIfAbsent(Key<V> key,
V value) |
boolean |
ExecutionContextImpl.remove(Key<?> key,
Object value) |
abstract boolean |
ExecutionContext.remove(Key<?> key,
Object value) |
<V> boolean |
ExecutionContextImpl.replace(Key<?> key,
V oldValue,
V newValue) |
abstract <V> boolean |
ExecutionContext.replace(Key<?> key,
V oldValue,
V newValue) |
Modifier and Type | Method and Description |
---|---|
static <T> Key<T> |
Key.createKey(Class<T> clazz)
Creates a new Key typed by the given
Class |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Key<? extends V>,V>> |
TypedIdentityMap.entrySet() |
Set<Key<? extends V>> |
TypedIdentityMap.keySet() |
Modifier and Type | Method and Description |
---|---|
<T extends V> |
TypedIdentityMap.getValue(Key<? extends V> key)
Retrieves the value represented by
Key in a type safe manner. |
V |
TypedIdentityMap.put(Key<? extends V> key,
V value) |
V |
TypedIdentityMap.putIfAbsent(Key<? extends V> key,
V value) |
V |
TypedIdentityMap.replace(Key<? extends V> key,
V value) |
boolean |
TypedIdentityMap.replace(Key<? extends V> key,
V oldValue,
V newValue) |
Modifier and Type | Method and Description |
---|---|
void |
TypedIdentityMap.putAll(Map<? extends Key<? extends V>,? extends V> m) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.