org.hudsonci.maven.plugin.dependencymonitor.internal
Class CollectionsHelper
java.lang.Object
org.hudsonci.maven.plugin.dependencymonitor.internal.CollectionsHelper
public class CollectionsHelper
- extends Object
Collection helpers.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionsHelper
public CollectionsHelper()
containsAny
public static boolean containsAny(Collection bag1,
Collection bag2)
- Check to see if bag1 contains any elements from bag2.
differs
public static boolean differs(Collection bag1,
Collection bag2)
- Check to see if bag1 contains the same elements from bag2.
Copyright © 2004-2011 Hudson. All Rights Reserved.