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

Method forcePut

output/java_guava/1.4.17/Maps.java:3212–3216  ·  view source on GitHub ↗
(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

3210 }
3211
3212 @Override
3213 public V forcePut(@Nullable K key, @Nullable V value) {
3214 checkArgument(apply(key, value));
3215 return unfiltered().forcePut(key, value);
3216 }
3217
3218 @Override
3219 public BiMap<V, K> inverse() {

Callers

nothing calls this directly

Calls 4

applyMethod · 0.95
unfilteredMethod · 0.95
forcePutMethod · 0.65
checkArgumentMethod · 0.45

Tested by

no test coverage detected