Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blankj/awesome-java-leetcode
/ ListNode
Method
ListNode
src/com/blankj/structure/ListNode.java:16–18 ·
view source on GitHub ↗
(int x)
Source
from the content-addressed store, hash-verified
14
public
ListNode next;
15
16
public
ListNode(
int
x) {
17
val = x;
18
}
19
20
/**
21
* 创建测试数据
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected