getLast() Gets the last element of this collection. static <T> LinkedHashSet<T> newLinkedHashSet(int numElements) Creates a new, empty LinkedHashSet suitable for the expected number of elements. E removeFirst()
void addLast(E e) Adds an element as the last element of this collection (optional operation). E getFirst() Gets the first element of this collection. E getLast() Gets the last element of this collection. static <T> LinkedHashSet<T> newLinkedHashSet(int numElements) Creates a new, em...