|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.utils.ArrayUtilities
public class ArrayUtilities
utility methods for working with arrays.
Method Summary | |
---|---|
static java.lang.Object[] |
getArraySubset(java.lang.Class c, java.lang.Object[] allObjects) returns an array of objects of specific type from a larger array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.Object[] getArraySubset(java.lang.Class c, java.lang.Object[] allObjects)
c
- - a class whose objects we are interested in.allObjects
- = the global set to grab the smaller set from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |