|
||||||||||
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 java.util.Set |
objectsToSet(java.lang.Object[] objects)
Returns a Set from an array of objects. |
static java.lang.Object[] |
setToObjects(java.util.Set set)
Returns an array of Objects from a Set. |
static java.lang.String[] |
setToStrings(java.util.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 java.util.Set objectsToSet(java.lang.Object[] objects)
objects
- array of objects
public static java.lang.Object[] setToObjects(java.util.Set set)
set
- a Set
public static java.lang.String[] setToStrings(java.util.Set set)
set
- a Set of Strings
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |