LinkedList Implementation of classic LinkedList data structure in Java, with Generic compatibility Constant time O(n) size() Linear time O(n) add() Linear time O(n) get() Linear time O(n) remove()