com.ora.jsp.util
Class ArraySupport

java.lang.Object
  |
  +--com.ora.jsp.util.ArraySupport

public class ArraySupport
extends java.lang.Object

This class contains static methods for working with arrays.

Version:
1.0
Author:
Hans Bergsten, Gefion software

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ArraySupport

public ArraySupport()
Method Detail

contains

public 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.
Parameters:
array - the array to test.
value - the value to look for.
Returns:
true if valid, false otherwise