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

Method forcePut

corpus/java/training/guava/collect/BiMap.java:73–73  ·  view source on GitHub ↗

An alternate form of put that silently removes any existing entry with the value value before proceeding with the #put operation. If the bimap previously contained the provided key-value mapping, this method has no effect. Note that a successful call to this method could

(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

71 * be {@code null}, or {@code null} if there was no previous entry
72 */
73 @CanIgnoreReturnValue
74 @Nullable
75 V forcePut(@Nullable K key, @Nullable V value);
76

Callers 15

forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65
forcePutMethod · 0.65

Implementers 6

AbstractBiMapoutput/java_guava/1.4.17/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.13/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.19/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.16/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.18/AbstractBiMap
AbstractBiMapcorpus/java/training/guava/collect/Abs

Calls

no outgoing calls

Tested by

no test coverage detected