| Modifier and Type | Field and Description |
|---|---|
Solution.ListNode |
next |
int |
val |
| Constructor and Description |
|---|
ListNode(int val,
Solution.ListNode next) |
public int val
public Solution.ListNode next
public ListNode(int val,
Solution.ListNode next)
Copyright © 2022. All rights reserved.