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

Method get

output/java_guava/1.4.17/RegularImmutableMap.java:112–115  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

110 private static final double MAX_LOAD_FACTOR = 1.2;
111
112 @Override
113 public V get(@Nullable Object key) {
114 return get(key, table, mask);
115 }
116
117 @Nullable
118 static <V> V get(@Nullable Object key, ImmutableMapEntry<?, V>[] keyTable, int mask) {

Callers 1

getMethod · 0.95

Calls 6

smearMethod · 0.95
hashCodeMethod · 0.65
getKeyMethod · 0.65
equalsMethod · 0.65
getValueMethod · 0.65
getNextInKeyBucketMethod · 0.45

Tested by

no test coverage detected