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