public class ResourceWeigher extends java.lang.Object implements com.google.common.cache.Weigher<ResourceKey,Resource>
Constructor and Description |
---|
ResourceWeigher() |
Modifier and Type | Method and Description |
---|---|
int |
weigh(ResourceKey key,
Resource value) |
public int weigh(ResourceKey key, Resource value)
weigh
in interface com.google.common.cache.Weigher<ResourceKey,Resource>