|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutils.ListUtilities
public class ListUtilities
Some utilities simplifiying the work with lists.
| Constructor Summary | |
|---|---|
ListUtilities()
|
|
| Method Summary | |
|---|---|
static boolean |
contains(java.util.List<SkeletonNode> nodes,
SkeletonNode node)
Test if a list haystack contains a specified skeleton node needle. |
static java.util.List |
copyList(java.util.List toBeCopied)
Copy the elements of one list to a new array list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListUtilities()
| Method Detail |
|---|
public static boolean contains(java.util.List<SkeletonNode> nodes,
SkeletonNode node)
throws InvalidSkeletonException
nodes - the haystacknode - the needle
InvalidSkeletonExceptionpublic static java.util.List copyList(java.util.List toBeCopied)
toBeCopied - the list to be copied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||