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

Method get

guava/src/com/google/common/cache/LocalCache.java:711–714  ·  guava/src/com/google/common/cache/LocalCache.java::LocalCache.get
()

Source from the content-addressed store, hash-verified

709 static final ValueReference<Object, Object> UNSET =
710 new ValueReference<Object, Object>() {
711 @Override
712 public @Nullable Object get() {
713 return null;
714 }
715
716 @Override
717 public int getWeight() {

Callers 5

getOrDefaultMethod · 0.95
getOrLoadMethod · 0.95
getAllPresentMethod · 0.95
getAllMethod · 0.95
removeIfMethod · 0.95

Calls 4

hashMethod · 0.95
segmentForMethod · 0.95
getMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected