that checks whether the element x is in the doubly linked list, and if so returns a reference to the DLListNode that contains x; if x is not in the list, this method should return null. 1b. A method ...