MCPcopy 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

shrinkMethod · 0.95
mainMethod · 0.45
clearAllCountersMethod · 0.45
resetCounterMethod · 0.45
JsonClass · 0.45
parseLongSizeMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainMethod · 0.36
clearAllCountersMethod · 0.36