|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.javadocking.util.CollectionUtil
public class CollectionUtil
This class contains a collection of static utility methods for java.util.Collection objects.
Method Summary | |
---|---|
static boolean |
sameElements(java.util.List firstList,
java.util.List secondList)
Determines if the given lists contain the same elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean sameElements(java.util.List firstList, java.util.List secondList)
firstList
- The first list.secondList
- The second list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |