|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ora.jsp.util.ArraySupport
This class contains static methods for working with arrays.
Constructor Summary | |
ArraySupport()
|
Method Summary | |
static boolean |
contains(java.lang.String[] array,
java.lang.String value)
Returns true if the specified value matches one of the elements in the specified array. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ArraySupport()
Method Detail |
public static boolean contains(java.lang.String[] array, java.lang.String value)
array
- the array to test.value
- the value to look for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |