MCPcopy Create free account
hub / github.com/antlr/codebuff / createSegment

Method createSegment

output/java_guava/1.4.17/LocalCache.java:1953–1955  ·  view source on GitHub ↗
(int initialCapacity, long maxSegmentWeight, StatsCounter statsCounter)

Source from the content-addressed store, hash-verified

1951 }
1952
1953 Segment<K, V> createSegment(int initialCapacity, long maxSegmentWeight, StatsCounter statsCounter) {
1954 return new Segment<K, V>(this, initialCapacity, maxSegmentWeight, statsCounter);
1955 }
1956
1957 /**
1958 * Gets the value from an entry. Returns null if the entry is invalid, partially-collected,

Callers 2

LocalCacheMethod · 0.95
LocalCacheMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected