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

Method forcePut

output/java_guava/1.4.19/Maps.java:3214–3218  ·  view source on GitHub ↗
(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

3212 }
3213
3214 @Override
3215 public V forcePut(@Nullable K key, @Nullable V value) {
3216 checkArgument(apply(key, value));
3217 return unfiltered().forcePut(key, value);
3218 }
3219
3220 @Override
3221 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