MCPcopy Index your code
hub / github.com/antlr/codebuff / forcePut

Method forcePut

output/java_guava/1.4.17/AbstractBiMap.java:126–130  ·  view source on GitHub ↗
(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

124 }
125
126 @CanIgnoreReturnValue
127 @Override
128 public V forcePut(@Nullable K key, @Nullable V value) {
129 return putInBothMaps(key, value, true);
130 }
131
132 private V putInBothMaps(@Nullable K key, @Nullable V value, boolean force) {
133 checkKey(key);

Callers

nothing calls this directly

Calls 1

putInBothMapsMethod · 0.95

Tested by

no test coverage detected