Summary:
Detail:
ListNode
next
int
val
ListNode()
ListNode(int val)
ListNode(int val, ListNode next)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object