MCPcopy Create free account
hub / github.com/e2wugui/zeze / toArray

Method toArray

ZezeJava/ZezeJava/src/main/java/Zeze/Util/IntList.java:100–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 public int @NotNull [] toArray() {
101 int n = count;
102 if (n <= 0)
103 return EMPTY;
104 int[] buf = new int[n];
105 System.arraycopy(buffer, 0, buf, 0, n);
106 return buf;
107 }
108
109 public int @NotNull [] toArray(int fromIdx, int count) {
110 if (fromIdx < 0)

Callers 15

RunTraceMethod · 0.45
ShuffleGlobalRaftMethod · 0.45
refreshLinkConnectorsMethod · 0.45
shuffleRaftsMethod · 0.45
arrangeConsumerMethod · 0.45
choiceManagerMethod · 0.45
toArrayVectorMethod · 0.45
toArrayVectorMethod · 0.45
toArrayVectorMethod · 0.45
formatMethod · 0.45
runMethod · 0.45
toArrayVectorMethod · 0.45

Calls

no outgoing calls

Tested by 3

RunTraceMethod · 0.36
ShuffleGlobalRaftMethod · 0.36
shuffleRaftsMethod · 0.36