|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.util.CollectionHelper
public class CollectionHelper
Provide helpful functions for Collection objects.
| Constructor Summary | |
|---|---|
CollectionHelper()
|
|
| Method Summary | ||
|---|---|---|
static
|
addAllIfSet(java.util.Collection<E> target,
java.util.Collection<? extends E> c)
Adds all of the elements in the specified collection to the target collection if a collection is specified. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionHelper()
| Method Detail |
|---|
public static <E> boolean addAllIfSet(java.util.Collection<E> target,
java.util.Collection<? extends E> c)
E - target - c - collection containing elements to be added to this collection, may be null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||