org.granite.util
Class ArrayUtil

java.lang.Object
  extended by org.granite.util.ArrayUtil

public class ArrayUtil
extends Object

Author:
Franck WOLFF

Constructor Summary
ArrayUtil()
           
 
Method Summary
static Type getComponentType(Type arrayType)
           
static Object newArray(Type componentType, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayUtil

public ArrayUtil()
Method Detail

getComponentType

public static Type getComponentType(Type arrayType)

newArray

public static Object newArray(Type componentType,
                              int length)