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

Method forcePut

output/java_guava/1.4.13/AbstractBiMap.java:124–128  ·  view source on GitHub ↗
(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

putInBothMapsMethod · 0.95

Tested by

no test coverage detected