com.xebialabs.deployit.plugin.cloud.util
Class MapsHelper

java.lang.Object
  extended by com.xebialabs.deployit.plugin.cloud.util.MapsHelper

public class MapsHelper
extends java.lang.Object


Constructor Summary
MapsHelper()
           
 
Method Summary
static
<S,K,V> java.util.Map<K,V>
putOrMerge(java.util.Map<K,V> m, K key, java.util.Collection<S> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapsHelper

public MapsHelper()
Method Detail

putOrMerge

public static <S,K,V> java.util.Map<K,V> putOrMerge(java.util.Map<K,V> m,
                                                    K key,
                                                    java.util.Collection<S> value)