Package java.utilClass ArrayList
Object get(int index)
Overrides:
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns the element at the specified position in this list.
Example
Logger.log("" + aList.get(1);
The example above writes the second element to the logger.