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

Method forcePut

output/java_guava/1.4.16/EnumHashBiMap.java:99–103  ·  view source on GitHub ↗
(K key, @Nullable V value)

Source from the content-addressed store, hash-verified

97 }
98
99 @CanIgnoreReturnValue
100 @Override
101 public V forcePut(K key, @Nullable V value) {
102 return super.forcePut(key, value);
103 }
104
105 /** Returns the associated key type. */
106

Callers

nothing calls this directly

Calls 1

forcePutMethod · 0.65

Tested by

no test coverage detected