Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ reset
Method
reset
ZezeJava/ZezeJava/src/main/java/Zeze/Util/KVList.java:109–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
public
void
reset() {
110
keys = EMPTY;
111
values = EMPTY;
112
count = 0;
113
}
114
115
@SuppressWarnings({
"unchecked"
,
"SuspiciousSystemArraycopy"
})
116
public
K @NotNull [] toKeyArray(K @NotNull [] a) {
Callers
6
shrink
Method · 0.95
main
Method · 0.45
clearAllCounters
Method · 0.45
resetCounter
Method · 0.45
Json
Class · 0.45
parseLongSize
Method · 0.45
Calls
no outgoing calls
Tested by
2
main
Method · 0.36
clearAllCounters
Method · 0.36