December 2000
Intermediate to advanced
574 pages
17h 3m
English
ArraySupport
|
Class Name: |
com.ora.jsp.util.ArraySupport |
|
Extends: |
None |
|
Implements: |
None |
The ArraySupport
class contains static methods for working
with arrays.
public class ArraySupport {
// Methods
public static boolean contains(String[] array, String value);
}public static boolean contains(String[] array, String value)
Returns true if the specified value matches one of
the elements in the specified array.
Read now
Unlock full access