|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.util.CollectionUtility
public class CollectionUtility
Class description.
| Method Summary | |
|---|---|
static void |
addArrayToCollection(Collection c,
Object[] array)
Adds all elements in an array to a collection. |
static void |
copySerializableObjects(Map source,
Map target)
Copies only Serializable objects from one Map to
another. |
static ArrayList |
createArrayList(Object[] array)
Creates a properly sized ArrayList from an array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ArrayList createArrayList(Object[] array)
ArrayList from an array.
public static void addArrayToCollection(Collection c,
Object[] array)
c - the collection (not null)array - the array (not null)
public static void copySerializableObjects(Map source,
Map target)
Serializable objects from one Map to
another.
source - the source map (not null)target - the target map (not null)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||