|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Sequence
A sequence of objects.
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object o)
Add the object to the sequence |
java.lang.Object |
get(int index)
Get the object at the given index |
int |
getSize()
Get the size of the sequence |
| Method Detail |
|---|
boolean add(java.lang.Object o)
o - Object to be added to the sequence
java.lang.Object get(int index)
index -
int getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||