|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstraction for an immutable array of integers.
Method Summary | |
int |
at(int index)
Returns the value at the given index. |
Object |
clone()
Clones the IntArray . |
int |
length()
Returns the length of the array. |
int[] |
toArray()
Returns a new primitive-typed copy of the array. |
Method Detail |
public int at(int index)
public int length()
public int[] toArray()
public Object clone() throws CloneNotSupportedException
IntArray
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |