com.cloudcontrolled.api.client.util
Class ArrayUtils

java.lang.Object
  extended by com.cloudcontrolled.api.client.util.ArrayUtils

public class ArrayUtils
extends Object

ArrayUtils class.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
ArrayUtils()
           
 
Method Summary
static
<T> T[]
concat(T[] first, T[] second)
           concat.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayUtils

public ArrayUtils()
Method Detail

concat

public static <T> T[] concat(T[] first,
                             T[] second)

concat.

Type Parameters:
T - a T object.
Parameters:
first - an array of T objects.
second - an array of T objects.
Returns:
an array of T objects.


Copyright © 2012. All Rights Reserved.