| Package | Description |
|---|---|
| com.atlassian.bamboo.chains | |
| com.atlassian.bamboo.utils.map |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExecutionContext.containsKey(Key<?> key) |
<V> V |
ExecutionContext.getValue(Key<V> key) |
<V> V |
ExecutionContext.putIfAbsent(Key<V> key,
V value) |
boolean |
ExecutionContext.remove(Key<?> key,
Object value) |
<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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.