java.lang.reflect
Class Array

java.lang.Object
  extended by java.lang.reflect.Array

public final class Array
extends Object


Method Summary
static Object get(Object var0, int var1)
           
static boolean getBoolean(Object var0, int var1)
           
static byte getByte(Object var0, int var1)
           
static char getChar(Object var0, int var1)
           
static double getDouble(Object var0, int var1)
           
static float getFloat(Object var0, int var1)
           
static int getInt(Object var0, int var1)
           
static int getLength(Object var0)
           
static long getLong(Object var0, int var1)
           
static short getShort(Object var0, int var1)
           
static Object newInstance(Class var0, int var1)
           
static Object newInstance(Class var0, int[] var1)
           
static void set(Object var0, int var1, Object var2)
           
static void setBoolean(Object var0, int var1, boolean var2)
           
static void setByte(Object var0, int var1, byte var2)
           
static void setChar(Object var0, int var1, char var2)
           
static void setDouble(Object var0, int var1, double var2)
           
static void setFloat(Object var0, int var1, float var2)
           
static void setInt(Object var0, int var1, int var2)
           
static void setLong(Object var0, int var1, long var2)
           
static void setShort(Object var0, int var1, short var2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static Object get(Object var0,
                         int var1)
                  throws IllegalArgumentException,
                         ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

getBoolean

public static boolean getBoolean(Object var0,
                                 int var1)
                          throws IllegalArgumentException,
                                 ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

getByte

public static byte getByte(Object var0,
                           int var1)
                    throws IllegalArgumentException,
                           ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

getChar

public static char getChar(Object var0,
                           int var1)
                    throws IllegalArgumentException,
                           ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

getDouble

public static double getDouble(Object var0,
                               int var1)
                        throws IllegalArgumentException,
                               ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

getFloat

public static float getFloat(Object var0,
                             int var1)
                      throws IllegalArgumentException,
                             ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

getInt

public static int getInt(Object var0,
                         int var1)
                  throws IllegalArgumentException,
                         ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

getLength

public static int getLength(Object var0)
                     throws IllegalArgumentException
Throws:
IllegalArgumentException

getLong

public static long getLong(Object var0,
                           int var1)
                    throws IllegalArgumentException,
                           ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

getShort

public static short getShort(Object var0,
                             int var1)
                      throws IllegalArgumentException,
                             ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

newInstance

public static Object newInstance(Class var0,
                                 int[] var1)
                          throws NegativeArraySizeException,
                                 IllegalArgumentException
Throws:
NegativeArraySizeException
IllegalArgumentException

newInstance

public static Object newInstance(Class var0,
                                 int var1)
                          throws NegativeArraySizeException
Throws:
NegativeArraySizeException

set

public static void set(Object var0,
                       int var1,
                       Object var2)
                throws IllegalArgumentException,
                       ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

setBoolean

public static void setBoolean(Object var0,
                              int var1,
                              boolean var2)
                       throws IllegalArgumentException,
                              ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

setByte

public static void setByte(Object var0,
                           int var1,
                           byte var2)
                    throws IllegalArgumentException,
                           ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

setChar

public static void setChar(Object var0,
                           int var1,
                           char var2)
                    throws IllegalArgumentException,
                           ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

setDouble

public static void setDouble(Object var0,
                             int var1,
                             double var2)
                      throws IllegalArgumentException,
                             ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

setFloat

public static void setFloat(Object var0,
                            int var1,
                            float var2)
                     throws IllegalArgumentException,
                            ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

setInt

public static void setInt(Object var0,
                          int var1,
                          int var2)
                   throws IllegalArgumentException,
                          ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

setLong

public static void setLong(Object var0,
                           int var1,
                           long var2)
                    throws IllegalArgumentException,
                           ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException

setShort

public static void setShort(Object var0,
                            int var1,
                            short var2)
                     throws IllegalArgumentException,
                            ArrayIndexOutOfBoundsException
Throws:
IllegalArgumentException
ArrayIndexOutOfBoundsException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.