|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.util.CollectionsHelper
public class CollectionsHelper
Helper for collections-related methods.
| Method Summary | |
|---|---|
static Set |
objectsToSet(Object[] objects)
Returns a Set from an array of objects. |
static Object[] |
setToObjects(Set set)
Returns an array of Objects from a Set. |
static String[] |
setToStrings(Set set)
Returns an array of Strings from a Set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Set objectsToSet(Object[] objects)
objects - array of objects
public static Object[] setToObjects(Set set)
a - Set
public static String[] setToStrings(Set set)
a - Set of Strings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||