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

Method remove

android/guava/src/com/google/common/collect/Table.java:170–170  ·  android/guava/src/com/google/common/collect/Table.java::Table.remove

Removes the mapping, if any, associated with the given keys. @param rowKey row key of mapping to be removed @param columnKey column key of mapping to be removed @return the value previously associated with the keys, or {@code null} if no such value existed

(
      @CompatibleWith("R") @Nullable Object rowKey,
      @CompatibleWith("C") @Nullable Object columnKey)

Source from the content-addressed store, hash-verified

168 * @return the value previously associated with the keys, or {@code null} if no such value existed
169 */
170 @CanIgnoreReturnValue
171 @Nullable V remove(
172 @CompatibleWith(class="st">"R") @Nullable Object rowKey,
173 @CompatibleWith(class="st">"C") @Nullable Object columnKey);

Callers 15

lockedGetOrLoadMethod · 0.65
computeMethod · 0.65
removeValueFromChainMethod · 0.65
removeCollectedEntryMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
removeIfMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
invalidateMethod · 0.65
putInBothMapsMethod · 0.65
removeFromBothMapsMethod · 0.65

Implementers 6

ForwardingTableguava/src/com/google/common/collect/Fo
SynchronizedTableguava/src/com/google/common/collect/Sy
TestTableguava-tests/test/com/google/common/col
ForwardingTableandroid/guava/src/com/google/common/co
SynchronizedTableandroid/guava/src/com/google/common/co
TestTableandroid/guava-tests/test/com/google/co

Calls

no outgoing calls

Tested by 15

combineBuffersMethod · 0.52
removeMethod · 0.52
removeAllOccurrencesMethod · 0.52
removeExactlyMethod · 0.52
setCountMethod · 0.52
removeMethod · 0.52
addsAndRemovesMethod · 0.52
removeMethod · 0.52
removeMethod · 0.52