|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface Indexed<T>
Interface for containers that allow access to values by an integer index.
Method Summary | |
---|---|
T |
get(int index)
Retrieve the value. |
int |
size()
Retrieve the number of values available in the container. |
Method Detail |
---|
T get(int index)
index
-
IndexOutOfBoundsException
- if index is out of boundsint size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |