GETTER METHODS | SETTER METHODS |
get(Object array, int index) | set(Object array, int index, Object value) |
getBoolean(Object array, int index) | setBoolean(Object array, int index, boolean value) |
getByte(Object array, int index) | setByte(Object array, int index, byte value) |
getChar(Object array, int index) | setChar(Object array, int index, char value) |
getDouble(Object array, int index) | setDouble(Object array, int index, double value) |
getFloat(Object array, int index) | setFloat(Object array, int index, float value) |
getInt(Object array, int index) | setInt(Object array, int index, int value) |
getLong(Object array, int index) | setLong(Object array, int index, long value) |
getShort(Object array, int index) | setShort(Object array, int index, short value) |