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

Method decrementAndGet

output/java_guava/1.4.17/AtomicLongMap.java:104–107  ·  view source on GitHub ↗

Decrements by one the value currently associated with key, and returns the new value.

(K key)

Source from the content-addressed store, hash-verified

102 */
103
104 @CanIgnoreReturnValue
105 public long decrementAndGet(K key) {
106 return addAndGet(key, -1);
107 }
108
109 /**
110 * Adds {@code delta} to the value currently associated with {@code key}, and returns the new

Callers 15

valueChangedMethod · 0.45
caretUpdateMethod · 0.45
valueChangedMethod · 0.45
caretUpdateMethod · 0.45
valueChangedMethod · 0.45
caretUpdateMethod · 0.45
valueChangedMethod · 0.45
caretUpdateMethod · 0.45
valueChangedMethod · 0.45
caretUpdateMethod · 0.45
valueChangedMethod · 0.45
caretUpdateMethod · 0.45

Calls 1

addAndGetMethod · 0.95

Tested by

no test coverage detected