org.primefaces.util
Class ArrayUtils

java.lang.Object
  extended by org.primefaces.util.ArrayUtils

public class ArrayUtils
extends Object


Method Summary
static String[] concat(String[]... arrays)
           
static String[] concat(String[] array1, String[] array2)
           
static boolean contains(String[] array, String searchedText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

contains

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

concat

public static String[] concat(String[] array1,
                              String[] array2)

concat

public static String[] concat(String[]... arrays)


Copyright © 2012. All Rights Reserved.