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

Method createSegment

output/java_guava/1.4.19/LocalCache.java:1954–1956  ·  view source on GitHub ↗
(int initialCapacity, long maxSegmentWeight, StatsCounter statsCounter)

Source from the content-addressed store, hash-verified

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

Callers 1

LocalCacheMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected