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

Method put

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

{@inheritDoc} @throws IllegalArgumentException if the given value is already bound to a different key in this bimap. The bimap will remain unmodified in this event. To avoid this exception, call #forcePut instead.

(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

49 * event. To avoid this exception, call {@link #forcePut} instead.
50 */
51 @CanIgnoreReturnValue
52 @Override
53 @Nullable
54 V put(@Nullable K key, @Nullable V value);

Callers 15

ofMethod · 0.65
putMethod · 0.65
invertMethod · 0.65
readObjectMethod · 0.65
putInBothMapsMethod · 0.65
updateInverseMapMethod · 0.65
putMethod · 0.65
setValueMethod · 0.65
doDifferenceMethod · 0.65
toMapMethod · 0.65
uniqueIndexMethod · 0.65
fromPropertiesMethod · 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