Name

ArraySupport

Synopsis

Class Name:

com.ora.jsp.util.ArraySupport

Extends:

None

Implements:

None

Description

The ArraySupport class contains static methods for working with arrays.

Class Summary

public class ArraySupport {
  // Methods
  public static boolean contains(String[] array, String value);
}

Methods

public static boolean contains(String[] array, String value)

Returns true if the specified value matches one of the elements in the specified array.

Get Java Server Pages now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.