Changed Methods |
void setBoolean(Object, int, boolean)
|
Documentation changed from old to new. |
Sets the value of the indexed component of the specified array object to the specified boolean value. |
void setByte(Object, int, byte)
|
Documentation changed from old to new. |
Sets the value of the indexed component of the specified array object to the specified byte value. |
void setChar(Object, int, char)
|
Documentation changed from old to new. |
Sets the value of the indexed component of the specified array object to the specified char value. |
void setDouble(Object, int, double)
|
Documentation changed from old to new. |
Sets the value of the indexed component of the specified array object to the specified double value. |
void setFloat(Object, int, float)
|
Documentation changed from old to new. |
Sets the value of the indexed component of the specified array object to the specified float value. |
void setInt(Object, int, int)
|
Documentation changed from old to new. |
Sets the value of the indexed component of the specified array object to the specified int value. |
void setLong(Object, int, long)
|
Documentation changed from old to new. |
Sets the value of the indexed component of the specified array object to the specified long value. |
void setShort(Object, int, short)
|
Documentation changed from old to new. |
Sets the value of the indexed component of the specified array object to the specified short value. |
Object newInstance(Class, int[])
|
Documentation changed from old to new. |
Creates a new array with the specified component type and dimensions. |
Object newInstance(Class, int)
|
Documentation changed from old to new. |
Creates a new array with the specified component type and length. |