Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/guice
/ remove
Method
remove
core/src/com/google/inject/internal/FailableCache.java:72–74 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
70
}
71
72
boolean remove(K key) {
73
return
delegate.asMap().remove(key) != null;
74
}
75
76
boolean isLoading(K key) {
77
return
loadingSet.contains(key);
Callers
15
awaitFullGc
Method · 0.45
awaitClear
Method · 0.45
testDuplicateBindingsAreIgnored
Method · 0.45
removeBasicBindings
Method · 0.45
testCallLater
Method · 0.45
checkInjector
Method · 0.45
mapInjectorTest
Method · 0.45
setInjectorTest
Method · 0.45
testGetEntriesMissingProviderMapEntry
Method · 0.45
testGetEntriesMissingBindingForValue
Method · 0.45
testConcurrentMutation_bindingsDiffentAtInjectorCreation
Method · 0.45
testConcurrentMutation_bindingsSameAtInjectorCreation
Method · 0.45
Calls
1
asMap
Method · 0.80
Tested by
12
awaitFullGc
Method · 0.36
awaitClear
Method · 0.36
testDuplicateBindingsAreIgnored
Method · 0.36
removeBasicBindings
Method · 0.36
testCallLater
Method · 0.36
checkInjector
Method · 0.36
mapInjectorTest
Method · 0.36
setInjectorTest
Method · 0.36
testGetEntriesMissingProviderMapEntry
Method · 0.36
testGetEntriesMissingBindingForValue
Method · 0.36
testConcurrentMutation_bindingsDiffentAtInjectorCreation
Method · 0.36
testConcurrentMutation_bindingsSameAtInjectorCreation
Method · 0.36