So right now, I have a functional doubly linked circular list. It uses nodes of type T. I also have a test class showing usage of my linked-list methods. I'll ask my questions after i paste in my...