ArrayList and LinkedList implementations in the textbook are completed to be functional. A HybridList class that keeps a LinkedList as a component and the elements stored in the LinkedList are ...