|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.virtuosotechnologies.lib.util.CollectionUtils
Various utilities for Java collections.
| Method Summary | |
static ArrayList |
createArrayList(Object[] array)
Create an ArrayList from an array of objects |
static HashSet |
createHashSet(Object[] array)
Create a HashSet from an array of objects |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static HashSet createHashSet(Object[] array)
array - array of objects
public static ArrayList createArrayList(Object[] array)
array - array of objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||