org.jvnet.annox.util
Class ArrayUtils

java.lang.Object
  extended by org.jvnet.annox.util.ArrayUtils

public class ArrayUtils
extends Object


Constructor Summary
ArrayUtils()
           
 
Method Summary
static
<T> T[]
asObjectArray(Object array)
           
static
<T> T
asPrimitiveArray(Object array)
           
 
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

asPrimitiveArray

public static <T> T asPrimitiveArray(Object array)

asObjectArray

public static <T> T[] asObjectArray(Object array)


Copyright © 2006-2012 Highsource. All Rights Reserved.