|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IList<T>
A generic list interface used to convert between ArrayList and other standard collection objects and IStore objects
| Method Summary | |
|---|---|
T |
get(int index)
The index'th element in the list |
int |
size()
The number of elements in the list |
T[] |
toArray(T[] ta)
Convert the list to an array. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
int size()
T get(int index)
T[] toArray(T[] ta)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||