Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
Array permits widening conversions to occur during a get or set operation, but throws an IllegalArgumentException if a narrowing conversion would occur.
Methods' Summary |
|
realloc | Change the size of the array to the new size. If the new length is greater, the additional elements are default constructed, otherwise the elements are destructed. |
getLen | |
get | |
set | sets the value of the indexed component of the specified array object to the specified new value. |
Methods' Details |
||||||
|
||||||
|
||||||
|
||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.