Uses of Class
com.atlassian.bamboo.utils.map.Key

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)
           
<V> V
ExecutionContext.getValue(Key<V> key)
           
<V> V
ExecutionContext.putIfAbsent(Key<V> key, V value)
           
 boolean ExecutionContext.remove(Key<?> key, java.lang.Object value)
           
<V> boolean
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
<T> Key<T>
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
<T extends V>
T
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)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.