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

Method getInitialCapacity

output/java_guava/1.4.18/MapMaker.java:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 int getInitialCapacity() {
161 return (initialCapacity == UNSET_INT) ? DEFAULT_INITIAL_CAPACITY : initialCapacity;
162 }
163
164 /**
165 * 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