Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ newSegmentArray
Method
newSegmentArray
output/java_guava/1.4.19/LocalCache.java:2047–2050 ·
view source on GitHub ↗
(int ssize)
Source
from the content-addressed store, hash-verified
2045
}
2046
2047
@SuppressWarnings(
"unchecked"
)
2048
final
Segment<K, V>[] newSegmentArray(
int
ssize) {
2049
return
new
Segment[ssize];
2050
}
2051
2052
// Inner Classes
2053
Callers
1
LocalCache
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected