MCPcopy Create free account
hub / github.com/antlr/codebuff / getWeight

Method getWeight

corpus/java/training/guava/cache/LocalCache.java:648–648  ·  view source on GitHub ↗

Returns the weight of this entry. This is assumed to be static between calls to setValue.

()

Source from the content-addressed store, hash-verified

646 * Returns the weight of this entry. This is assumed to be static between calls to setValue.
647 */
648 int getWeight();
649
650 /**
651 * Returns the entry associated with this value reference, or {@code null} if this value

Callers 15

lockedGetOrLoadMethod · 0.65
evictEntriesMethod · 0.65
getNextEvictableMethod · 0.65
putMethod · 0.65
replaceMethod · 0.65
storeLoadedValueMethod · 0.65
clearMethod · 0.65
removeValueFromChainMethod · 0.65
removeCollectedEntryMethod · 0.65
getWeightMethod · 0.65
lockedGetOrLoadMethod · 0.65
refreshMethod · 0.65

Implementers 4

StrongValueReferenceoutput/java_guava/1.4.17/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.19/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.16/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.18/MapMakerInter

Calls

no outgoing calls

Tested by

no test coverage detected