@CompileStatic class CollectionUtils extends Object
CollectionUtils ()
<T>
static Set<T>
merge(Set<T> s1, Set<T> s2, boolean mutate)
static List<T>
merge(List<T> l1, List<T> l2, boolean mutate)
<K, V>
static Map<K, V>
merge(Map<K, V> m1, Map<K, V> m2, boolean mutate)
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Groovy Documentation