Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ newSegmentArray
Method
newSegmentArray
corpus/java/training/guava/cache/LocalCache.java:1970–1973 ·
view source on GitHub ↗
(int ssize)
Source
from the content-addressed store, hash-verified
1968
}
1969
1970
@SuppressWarnings(
"unchecked"
)
1971
final
Segment<K, V>[] newSegmentArray(
int
ssize) {
1972
return
new
Segment[ssize];
1973
}
1974
1975
// Inner Classes
1976
Callers
1
LocalCache
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected