Programming Project: Iterative List Merge Sort

import java.util.Collections; all functions and sub-classes (as of 1.5) ARE NOW GENERIC ... Linked List Method Summary boolean add(E o) Appends the specified element to the end of this list. void add(int index, E element) Inserts the specified element at the specified position in this list. ... The iterator is a common item used to traverse a ... ................
................