A.length() B.size() C.get(int index) D.add(Object obj)
A.getLast() B.getFirst() C.remove (int index) D.next()
A.LinkedList B.ArrayList C.hashSet D.TreeSet