|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Tuples are objects that hold other objects.
Tuples are similar in concept to arrays, especially Java arrays, as they can be an arbitrary length, and can contain any kind of objects.
Method Summary | |
Object |
getValueAt(int index)
Returns the object held at index index in the tuple. |
int |
length()
Returns the length of this tuple. |
Method Detail |
public int length()
public Object getValueAt(int index) throws IllegalArgumentException
index
- The object's index, from 0 to length()
-1.
IllegalArgumentException
- If index is out of range.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |