I have a List
public class SinglyLinkedList { //---------------- nested Node class ---------------- private static class Node { private String elem