I have been trying to understand LinkedList problems when it comes to Java but I am confused about how the Collection List/LinkedList API plays into them. I understand the concept of nodes and what a...