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

Method size

android/guava/src/com/google/common/cache/Cache.java:153–153  ·  android/guava/src/com/google/common/cache/Cache.java::Cache.size

Returns the approximate number of entries in this cache.

()

Source from the content-addressed store, hash-verified

151
152 /** Returns the approximate number of entries in this cache. */
153 long size();
154
155 /**
156 * Returns a current snapshot of this cache's cumulative statistics, or a set of default values if

Callers 15

findSuffixIndexMethod · 0.65
parseMethod · 0.65
sizeMethod · 0.65
sizeMethod · 0.65
sizeMethod · 0.65
fromMapEntriesMethod · 0.65
fromMapBuilderEntriesMethod · 0.65
distinctElementsMethod · 0.65
copyOfSortedEntriesMethod · 0.65
SerializedFormMethod · 0.65
addMethod · 0.65
combineMethod · 0.65

Implementers 4

LocalManualCacheguava/src/com/google/common/cache/Loca
ForwardingCacheguava/src/com/google/common/cache/Forw
LocalManualCacheandroid/guava/src/com/google/common/ca
ForwardingCacheandroid/guava/src/com/google/common/ca

Calls

no outgoing calls

Tested by 15

copyMethod · 0.52
runAddSingleThreadMethod · 0.52
distinctElementsMethod · 0.52
builderAddMethod · 0.52
preSizedBuilderAddMethod · 0.52
copyArrayListMethod · 0.52
copyPreSizedArrayListMethod · 0.52
setUpMethod · 0.52
createMethod · 0.52
createAndPopulateMethod · 0.52