|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Array
Interface for wrapping primitive arrays.
| Nested Class Summary | |
|---|---|
static class |
Array.Double
Class for wrapping double primitive arrays. |
static class |
Array.Float
Class for wrapping float primitive arrays. |
| Method Summary | |
|---|---|
void |
copyTo(int srcPos,
double[] dest,
int destPos,
int length)
Copies an array from the primitive array wrapped, beginning at the specified position, to the specified position of the destination array. |
int |
getLength()
Returns the length of the primitive array wrapped. |
double |
getValue(int i)
Returns the ith value of the array wrapped. |
| Method Detail |
|---|
int getLength()
double getValue(int i)
i - the array index.
void copyTo(int srcPos,
double[] dest,
int destPos,
int length)
srcPos - starting position in the primitive array wrapped.dest - the destination array.destPos - starting position in the destination array.length - the number of array elements to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||