Collection Java Book

E get(int index)
Returns the element at the specified position in this list.
E getFirst()
Returns the first element in this list.
E getLast()
Returns the last element in this list.