Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ toArray
Method
toArray
output/java8/1.4.17/StringTable.java:50–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
public
String[] toArray() {
51
String[] a =
new
String[table.size()];
52
int
i = 0;
53
for
(String s : table.keySet()) a[i++] = s;
54
return
a;
55
}
56
}
Callers
1
zip_map
Method · 0.45
Calls
2
size
Method · 0.65
keySet
Method · 0.65
Tested by
no test coverage detected