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

Method size

guava/src/com/google/common/cache/LocalCache.java:4588–4591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4586
4587 final class Values extends AbstractCollection<V> {
4588 @Override
4589 public int size() {
4590 return LocalCache.this.size();
4591 }
4592
4593 @Override
4594 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected