MCPcopy
hub / github.com/google/guava / put

Method put

guava/src/com/google/common/collect/AbstractBiMap.java:124–128  ·  view source on GitHub ↗
(@ParametricNullness K key, @ParametricNullness V value)

Source from the content-addressed store, hash-verified

122 // Modification Operations
123
124 @CanIgnoreReturnValue
125 @Override
126 public @Nullable V put(@ParametricNullness K key, @ParametricNullness V value) {
127 return putInBothMaps(key, value, false);
128 }
129
130 @CanIgnoreReturnValue
131 @Override

Callers 3

putAllMethod · 0.95

Calls 1

putInBothMapsMethod · 0.95