| Returns true iff at least one element is in both collections.
In other words, this method returns true iff the
Utils.intersection of coll1 and coll2 is not empty.
Parameters: coll1 - the first collection, must not be null Parameters: coll2 - the first collection, must not be null true iff the intersection of the collections is non-empty |