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

Method getInitialCapacity

output/java_guava/1.4.19/MapMaker.java:161–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 }
160
161 int getInitialCapacity() {
162 return (initialCapacity == UNSET_INT) ? DEFAULT_INITIAL_CAPACITY : initialCapacity;
163 }
164
165 /**
166 * Guides the allowed concurrency among update operations. Used as a hint for internal sizing. The

Callers 3

makeMapMethod · 0.95
MapMakerInternalMapMethod · 0.45
LocalCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected