org.eclipse.emf.common.util
Class Array

java.lang.Object
  extended by org.eclipse.emf.common.util.Array

public final class Array
extends java.lang.Object


Constructor Summary
Array()
           
 
Method Summary
static int getLength(java.lang.Object array)
           
static java.lang.Object newInstance(java.lang.Class<?> componentType, int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array

public Array()
Method Detail

newInstance

public static java.lang.Object newInstance(java.lang.Class<?> componentType,
                                           int size)

getLength

public static int getLength(java.lang.Object array)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.