MCPcopy 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);

Calls 1

asMapMethod · 0.80