public static class Solution.ListNode extends Object
Solution.ListNode
next
int
val
ListNode(int val, Solution.ListNode next)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int val
public Solution.ListNode next
public ListNode(int val, Solution.ListNode next)
public String toString()
toString
Object
Copyright © 2021. All rights reserved.