|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
com.atlassian.bamboo.chains | |
com.atlassian.bamboo.utils.map |
Uses of Key in com.atlassian.bamboo.chains |
---|
Methods in com.atlassian.bamboo.chains with parameters of type Key | ||
---|---|---|
boolean |
ExecutionContext.containsKey(Key<?> key)
|
|
|
ExecutionContext.getValue(Key<V> key)
|
|
|
ExecutionContext.putIfAbsent(Key<V> key,
V value)
|
|
boolean |
ExecutionContext.remove(Key<?> key,
java.lang.Object value)
|
|
|
ExecutionContext.replace(Key<?> key,
V oldValue,
V newValue)
|
Uses of Key in com.atlassian.bamboo.utils.map |
---|
Methods in com.atlassian.bamboo.utils.map that return Key | ||
---|---|---|
static
|
Key.createKey(java.lang.Class<T> clazz)
Creates a new Key typed by the given Class |
Methods in com.atlassian.bamboo.utils.map that return types with arguments of type Key | |
---|---|
java.util.Set<java.util.Map.Entry<Key<? extends V>,V>> |
TypedIdentityMap.entrySet()
|
java.util.Set<Key<? extends V>> |
TypedIdentityMap.keySet()
|
Methods in com.atlassian.bamboo.utils.map with parameters of type Key | ||
---|---|---|
|
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)
|
Method parameters in com.atlassian.bamboo.utils.map with type arguments of type Key | |
---|---|
void |
TypedIdentityMap.putAll(java.util.Map<? extends Key<? extends V>,? extends V> m)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |